#55FFF8

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

Shades of Baby Blue #55FFF8

Tints of Baby Blue #55FFF8

Color information

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

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

Color convert

RGB85255248-
CMYK0.6700.030
HSL177.53º100%66.67%-
HSV(B)177.53º66.67%100%-
XYZ56.4580.23101.32-
YUV203.37153.1843.57-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal852552480.6700.030177.5310066.67
Hex55FFF843030b26443
Octal125377370103030262144103
Binary10101011111111111111000100001101101011001011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55FFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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