#55ECFE

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

Shades of Baby Blue #55ECFE

Tints of Baby Blue #55ECFE

Color information

#55ECFE (or 0x55ECFE) is unknown color: approx Baby Blue. HEX triplet: 55, EC and FE. RGB value is (85,236,254). Sum of RGB (Red+Green+Blue) = 85+236+254=575 (76% of max value = 765). Red value is 85 (33.59% from 255 or 14.78% from 575); Green value is 236 (92.58% from 255 or 41.04% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #55ECFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55ECFE is #AA1301. Grayscale: #C0C0C0. Windows color (decimal): -11145986 or 16706645. OLE color: 16706645.

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

Color convert

RGB85236254-
CMYK0.670.0700.00
HSL186.39º98.83%66.47%-
HSV(B)186.39º66.54%99.61%-
XYZ51.6369.08104.38-
YUV192.9162.4751.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 14.78%
GREEN value IS 236 (92.58% from 255) = 41.04%
BLUE value IS 254 (99.61% from 255) = 44.17%
R=14.78%
G=41.04%
B=44.17%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal852362540.670.0700.00186.3998.8366.47
Hex55ECFE43700ba6342
Octal125354376103700272143102
Binary101010111101100111111101000011111001011101011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55ECFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,236,254); }

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

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

 a { background-color: rgb(85,236,254); }

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

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

 span { border-color: rgb(85,236,254); }

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