#55FAFE

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

Shades of Baby Blue #55FAFE

Tints of Baby Blue #55FAFE

Color information

#55FAFE (or 0x55FAFE) is unknown color: approx Baby Blue. HEX triplet: 55, FA and FE. RGB value is (85,250,254). Sum of RGB (Red+Green+Blue) = 85+250+254=589 (78% of max value = 765). Red value is 85 (33.59% from 255 or 14.43% from 589); Green value is 250 (98.05% from 255 or 42.44% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #55FAFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55FAFE is #AA0501. Grayscale: #C8C8C8. Windows color (decimal): -11142402 or 16710229. OLE color: 16710229.

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

Color convert

RGB85250254-
CMYK0.670.0200.00
HSL181.42º98.83%66.47%-
HSV(B)181.42º66.54%99.61%-
XYZ55.8277.46105.77-
YUV201.12157.8445.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 14.43%
GREEN value IS 250 (98.05% from 255) = 42.44%
BLUE value IS 254 (99.61% from 255) = 43.12%
R=14.43%
G=42.44%
B=43.12%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal852502540.670.0200.00181.4298.8366.47
Hex55FAFE43200b56342
Octal125372376103200265143102
Binary10101011111101011111110100001110001011010111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55FAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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