#44EEFF

Color #44EEFF Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #44EEFF

Tints of Baby Blue #44EEFF

Color information

#44EEFF (or 0x44EEFF) is unknown color: approx Baby Blue. HEX triplet: 44, EE and FF. RGB value is (68,238,255). Sum of RGB (Red+Green+Blue) = 68+238+255=561 (74% of max value = 765). Red value is 68 (26.95% from 255 or 12.12% from 561); Green value is 238 (93.36% from 255 or 42.42% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #44EEFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #44EEFF is #BB1100. Grayscale: #BCBCBC. Windows color (decimal): -12259585 or 16772676. OLE color: 16772676.

HSL color Cylindrical-coordinate representation of color #44EEFF: hue angle of 185.45º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44EEFF is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB68238255-
CMYK0.730.0700
HSL185.45º100%63.33%-
HSV(B)185.45º73.33%100%-
XYZ51.0169.6105.35-
YUV189.11165.1841.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 68 (26.95% from 255) = 12.12%
GREEN value IS 238 (93.36% from 255) = 42.42%
BLUE value IS 255 (100% from 255) = 45.45%
R=12.12%
G=42.42%
B=45.45%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal682382550.730.0700185.4510063.33
Hex44EEFF49700b9643f
Octal10435637711170027114477
Binary10001001110111011111111100100111100101110011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44EEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44EEFF; }

 p { color: rgb(68,238,255); }

 H1.HeaderClassName
 {
   color: #44EEFF;
 }
 .AnyTagClassName
 {
   color: #44EEFF;
 }
</style>
background-color css

<style>
 a { background-color: #44EEFF; }

 a { background-color: rgb(68,238,255); }

 div.DivClassName
 {
   background-color: #44EEFF;
 }
 .BgClassName
 {
   background-color: #44EEFF;
 }
</style>
border-color css

<style>
 span { border-color: #44EEFF; }

 span { border-color: rgb(68,238,255); }

 td.TdClassName
 {
   border-color: #44EEFF;
 }
 .TagClassName
 {
   border-color: #44EEFF;
 }
</style>