#55FFE6

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

Shades of Baby Blue #55FFE6

Tints of Baby Blue #55FFE6

Color information

#55FFE6 (or 0x55FFE6) is unknown color: approx Baby Blue. HEX triplet: 55, FF and E6. RGB value is (85,255,230). Sum of RGB (Red+Green+Blue) = 85+255+230=570 (75% of max value = 765). Red value is 85 (33.59% from 255 or 14.91% from 570); Green value is 255 (100% from 255 or 44.74% from 570); Blue value is 230 (90.23% from 255 or 40.35% from 570); Max value from RGB is 255 - color contains mainly: green. Hex color #55FFE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55FFE6 is #AA0019. Grayscale: #C9C9C9. Windows color (decimal): -11141146 or 15138645. OLE color: 15138645.

HSL color Cylindrical-coordinate representation of color #55FFE6: hue angle of 171.18º 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 #55FFE6 is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB85255230-
CMYK0.6700.100
HSL171.18º100%66.67%-
HSV(B)171.18º66.67%100%-
XYZ53.7979.1687.31-
YUV201.32144.1845.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 14.91%
GREEN value IS 255 (100% from 255) = 44.74%
BLUE value IS 230 (90.23% from 255) = 40.35%
R=14.91%
G=44.74%
B=40.35%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal852552300.6700.100171.1810066.67
Hex55FFE6430A0ab6443
Octal1253773461030120253144103
Binary1010101111111111110011010000110101001010101111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55FFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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