#55F7FD

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

Shades of Baby Blue #55F7FD

Tints of Baby Blue #55F7FD

Color information

#55F7FD (or 0x55F7FD) is unknown color: approx Baby Blue. HEX triplet: 55, F7 and FD. RGB value is (85,247,253). Sum of RGB (Red+Green+Blue) = 85+247+253=585 (77% of max value = 765). Red value is 85 (33.59% from 255 or 14.53% from 585); Green value is 247 (96.88% from 255 or 42.22% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #55F7FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55F7FD is #AA0802. Grayscale: #C7C7C7. Windows color (decimal): -11143171 or 16643925. OLE color: 16643925.

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

Color convert

RGB85247253-
CMYK0.660.0200.01
HSL182.14º97.67%66.27%-
HSV(B)182.14º66.4%99.22%-
XYZ54.7475.54104.63-
YUV199.25158.3346.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 14.53%
GREEN value IS 247 (96.88% from 255) = 42.22%
BLUE value IS 253 (99.22% from 255) = 43.25%
R=14.53%
G=42.22%
B=43.25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal852472530.660.0200.01182.1497.6766.27
Hex55F7FD42201b66242
Octal125367375102201266142102
Binary10101011111011111111101100001010011011011011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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