#55EEFF

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

Shades of Baby Blue #55EEFF

Tints of Baby Blue #55EEFF

Color information

#55EEFF (or 0x55EEFF) is unknown color: approx Baby Blue. HEX triplet: 55, EE and FF. RGB value is (85,238,255). Sum of RGB (Red+Green+Blue) = 85+238+255=578 (76% of max value = 765). Red value is 85 (33.59% from 255 or 14.71% from 578); Green value is 238 (93.36% from 255 or 41.18% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #55EEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55EEFF is #AA1100. Grayscale: #C1C1C1. Windows color (decimal): -11145473 or 16772693. OLE color: 16772693.

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

Color convert

RGB85238255-
CMYK0.670.0700
HSL186º100%66.67%-
HSV(B)186º66.67%100%-
XYZ52.3770.3105.42-
YUV194.19162.3150.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 14.71%
GREEN value IS 238 (93.36% from 255) = 41.18%
BLUE value IS 255 (100% from 255) = 44.12%
R=14.71%
G=41.18%
B=44.12%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal852382550.670.070018610066.67
Hex55EEFF43700ba6443
Octal125356377103700272144103
Binary101010111101110111111111000011111001011101011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55EEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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