Html Css Color HEX #55FBE8 Baby Blue

📋 copy color: '#55FBE8'

red 85 ◦ green 251 ◦ blue 232

#55FBE8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baby Blue #55FBE8

Tints of Baby Blue #55FBE8

RGB

 RED value IS 85 (33.59% from 255) = 14.96%

 GREEN value IS 251 (98.44% from 255) = 44.19%

 BLUE value IS 232 (91.02% from 255) = 40.85%

R = 14.96%
G = 44.19%
B = 40.85%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#55FBE8 (or 0x55FBE8) is known color: Baby Blue. HEX triplet: 55, FB and E8. RGB value is (85,251,232). Sum of RGB (Red+Green+Blue) = 85+251+232=568 (75% of max value = 765). Red value is 85 (33.59% from 255 or 14.96% from 568); Green value is 251 (98.44% from 255 or 44.19% from 568); Blue value is 232 (91.02% from 255 or 40.85% from 568); Max value from RGB is 251 - color contains mainly: green. Hex color #55FBE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55FBE8 is #AA0417. Grayscale: #C7C7C7. Windows color (decimal): -11142168 or 15268693. OLE color: 15268693.

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

Color convert

RGB 85 251 232 -
CMYK 0.66 0 0.08 0.02
HSL 173.13º 0.95% 0.66% -
HSV(B) 173.13º 0.66% 0.98% -
XYZ 52.81 76.75 88.38 -
YUV 199.2 146.5 46.54 -
System Red Green Blue C M Y K H S L
Decimal 85 251 232 0.66 0 0.08 0.02 173.13 0.95 0.66
Hex 55 FB E8 42 0 8 2 AD 5F 42
Octal 125 373 350 102 0 10 2 255 137 102
Binary 1010101 11111011 11101000 1000010 0 1000 10 10101101 1011111 1000010

Color Harmonies of #55FBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FBE8

Black with #55FBE8

Text Example


Text Example

White with #55FBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,251,232); }

 H1.HeaderClassName
 {
   color: #55FBE8;
 }
 .AnyTagClassName
 {
   color: #55FBE8;
 }
</style>

background-color css

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

 a { background-color: rgb(85,251,232); }

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

border-color css

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

 span { border-color: rgb(85,251,232); }

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