#55F8FF

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

Shades of Baby Blue #55F8FF

Tints of Baby Blue #55F8FF

Color information

#55F8FF (or 0x55F8FF) is unknown color: approx Baby Blue. HEX triplet: 55, F8 and FF. RGB value is (85,248,255). Sum of RGB (Red+Green+Blue) = 85+248+255=588 (77% of max value = 765). Red value is 85 (33.59% from 255 or 14.46% from 588); Green value is 248 (97.27% from 255 or 42.18% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #55F8FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55F8FF is #AA0700. Grayscale: #C7C7C7. Windows color (decimal): -11142913 or 16775253. OLE color: 16775253.

HSL color Cylindrical-coordinate representation of color #55F8FF: hue angle of 182.47º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55F8FF is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB85248255-
CMYK0.670.0300
HSL182.47º100%66.67%-
HSV(B)182.47º66.67%100%-
XYZ55.3676.29106.41-
YUV200.0615945.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 14.46%
GREEN value IS 248 (97.27% from 255) = 42.18%
BLUE value IS 255 (100% from 255) = 43.37%
R=14.46%
G=42.18%
B=43.37%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal852482550.670.0300182.4710066.67
Hex55F8FF43300b66443
Octal125370377103300266144103
Binary10101011111100011111111100001111001011011011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,248,255); }

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

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

 a { background-color: rgb(85,248,255); }

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

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

 span { border-color: rgb(85,248,255); }

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