Html Css Color HEX #55FBE6 Baby Blue

📋 copy color: '#55FBE6'

red 85 ◦ green 251 ◦ blue 230

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

Shades of Baby Blue #55FBE6

Tints of Baby Blue #55FBE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 40.64%

R = 15.02%
G = 44.35%
B = 40.64%

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

#55FBE6 (or 0x55FBE6) is known color: Baby Blue. HEX triplet: 55, FB and E6. RGB value is (85,251,230). Sum of RGB (Red+Green+Blue) = 85+251+230=566 (74% of max value = 765). Red value is 85 (33.59% from 255 or 15.02% from 566); Green value is 251 (98.44% from 255 or 44.35% from 566); Blue value is 230 (90.23% from 255 or 40.64% from 566); Max value from RGB is 251 - color contains mainly: green. Hex color #55FBE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55FBE6 is #AA0419. Grayscale: #C6C6C6. Windows color (decimal): -11142170 or 15137621. OLE color: 15137621.

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

Color convert

RGB 85 251 230 -
CMYK 0.66 0 0.08 0.02
HSL 172.41º 0.95% 0.66% -
HSV(B) 172.41º 0.66% 0.98% -
XYZ 52.53 76.64 86.89 -
YUV 198.97 145.5 46.71 -
System Red Green Blue C M Y K H S L
Decimal 85 251 230 0.66 0 0.08 0.02 172.41 0.95 0.66
Hex 55 FB E6 42 0 8 2 AC 5F 42
Octal 125 373 346 102 0 10 2 254 137 102
Binary 1010101 11111011 11100110 1000010 0 1000 10 10101100 1011111 1000010

Color Harmonies of #55FBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FBE6

Black with #55FBE6

Text Example


Text Example

White with #55FBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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