#55FAEA

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

Shades of Baby Blue #55FAEA

Tints of Baby Blue #55FAEA

Color information

#55FAEA (or 0x55FAEA) is unknown color: approx Baby Blue. HEX triplet: 55, FA and EA. RGB value is (85,250,234). Sum of RGB (Red+Green+Blue) = 85+250+234=569 (75% of max value = 765). Red value is 85 (33.59% from 255 or 14.94% from 569); Green value is 250 (98.05% from 255 or 43.94% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 250 - color contains mainly: green. Hex color #55FAEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55FAEA is #AA0515. Grayscale: #C6C6C6. Windows color (decimal): -11142422 or 15399509. OLE color: 15399509.

HSL color Cylindrical-coordinate representation of color #55FAEA: hue angle of 174.18º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55FAEA is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB85250234-
CMYK0.6600.060.02
HSL174.18º94.29%65.69%-
HSV(B)174.18º66%98.04%-
XYZ52.7876.2489.78-
YUV198.84147.8446.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 14.94%
GREEN value IS 250 (98.05% from 255) = 43.94%
BLUE value IS 234 (91.80% from 255) = 41.12%
R=14.94%
G=43.94%
B=41.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal852502340.6600.060.02174.1894.2965.69
Hex55FAEA42062ae5e42
Octal125372352102062256136102
Binary1010101111110101110101010000100110101010111010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55FAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,250,234); }

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

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

 a { background-color: rgb(85,250,234); }

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

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

 span { border-color: rgb(85,250,234); }

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