#55F4FD

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

Shades of Baby Blue #55F4FD

Tints of Baby Blue #55F4FD

Color information

#55F4FD (or 0x55F4FD) is unknown color: approx Baby Blue. HEX triplet: 55, F4 and FD. RGB value is (85,244,253). Sum of RGB (Red+Green+Blue) = 85+244+253=582 (77% of max value = 765). Red value is 85 (33.59% from 255 or 14.60% from 582); Green value is 244 (95.70% from 255 or 41.92% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 253 - color contains mainly: blue. Hex color #55F4FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55F4FD is #AA0B02. Grayscale: #C5C5C5. Windows color (decimal): -11143939 or 16643157. OLE color: 16643157.

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

Color convert

RGB85244253-
CMYK0.660.0400.01
HSL183.21º97.67%66.27%-
HSV(B)183.21º66.4%99.22%-
XYZ53.8373.72104.32-
YUV197.48159.3247.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 14.60%
GREEN value IS 244 (95.70% from 255) = 41.92%
BLUE value IS 253 (99.22% from 255) = 43.47%
R=14.60%
G=41.92%
B=43.47%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal852442530.660.0400.01183.2197.6766.27
Hex55F4FD42401b76242
Octal125364375102401267142102
Binary101010111110100111111011000010100011011011111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,244,253); }

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

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

 a { background-color: rgb(85,244,253); }

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

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

 span { border-color: rgb(85,244,253); }

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