Html Css Color HEX #55FCE5 Baby Blue

📋 copy color: '#55FCE5'

red 85 ◦ green 252 ◦ blue 229

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

Shades of Baby Blue #55FCE5

Tints of Baby Blue #55FCE5

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.52%

 BLUE value IS 229 (89.84% from 255) = 40.46%

R = 15.02%
G = 44.52%
B = 40.46%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#55FCE5 (or 0x55FCE5) is known color: Baby Blue. HEX triplet: 55, FC and E5. RGB value is (85,252,229). Sum of RGB (Red+Green+Blue) = 85+252+229=566 (74% of max value = 765). Red value is 85 (33.59% from 255 or 15.02% from 566); Green value is 252 (98.83% from 255 or 44.52% from 566); Blue value is 229 (89.84% from 255 or 40.46% from 566); Max value from RGB is 252 - color contains mainly: green. Hex color #55FCE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FCE5 is #AA031A. Grayscale: #C7C7C7. Windows color (decimal): -11141915 or 15072341. OLE color: 15072341.

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

Color convert

RGB 85 252 229 -
CMYK 0.66 0 0.09 0.01
HSL 171.74º 0.97% 0.66% -
HSV(B) 171.74º 0.66% 0.99% -
XYZ 52.7 77.21 86.25 -
YUV 199.45 144.67 46.37 -
System Red Green Blue C M Y K H S L
Decimal 85 252 229 0.66 0 0.09 0.01 171.74 0.97 0.66
Hex 55 FC E5 42 0 9 1 AC 61 42
Octal 125 374 345 102 0 11 1 254 141 102
Binary 1010101 11111100 11100101 1000010 0 1001 1 10101100 1100001 1000010

Color Harmonies of #55FCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FCE5

Black with #55FCE5

Text Example


Text Example

White with #55FCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,252,229); }

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

background-color css

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

 a { background-color: rgb(85,252,229); }

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

border-color css

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

 span { border-color: rgb(85,252,229); }

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