#55FEEE

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

Shades of Baby Blue #55FEEE

Tints of Baby Blue #55FEEE

Color information

#55FEEE (or 0x55FEEE) is unknown color: approx Baby Blue. HEX triplet: 55, FE and EE. RGB value is (85,254,238). Sum of RGB (Red+Green+Blue) = 85+254+238=577 (76% of max value = 765). Red value is 85 (33.59% from 255 or 14.73% from 577); Green value is 254 (99.61% from 255 or 44.02% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 254 - color contains mainly: green. Hex color #55FEEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55FEEE is #AA0111. Grayscale: #C9C9C9. Windows color (decimal): -11141394 or 15662677. OLE color: 15662677.

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

Color convert

RGB85254238-
CMYK0.6700.060.00
HSL174.32º98.83%66.47%-
HSV(B)174.32º66.54%99.61%-
XYZ54.6278.9993.26-
YUV201.64148.5144.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 14.73%
GREEN value IS 254 (99.61% from 255) = 44.02%
BLUE value IS 238 (93.36% from 255) = 41.25%
R=14.73%
G=44.02%
B=41.25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal852542380.6700.060.00174.3298.8366.47
Hex55FEEE43060ae6342
Octal125376356103060256143102
Binary101010111111110111011101000011011001010111011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55FEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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