Html Css Color HEX #55FCEC Baby Blue

📋 copy color: '#55FCEC'

red 85 ◦ green 252 ◦ blue 236

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

Shades of Baby Blue #55FCEC

Tints of Baby Blue #55FCEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.19%

R = 14.83%
G = 43.98%
B = 41.19%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#55FCEC (or 0x55FCEC) is known color: Baby Blue. HEX triplet: 55, FC and EC. RGB value is (85,252,236). Sum of RGB (Red+Green+Blue) = 85+252+236=573 (75% of max value = 765). Red value is 85 (33.59% from 255 or 14.83% from 573); Green value is 252 (98.83% from 255 or 43.98% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 252 - color contains mainly: green. Hex color #55FCEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55FCEC is #AA0313. Grayscale: #C8C8C8. Windows color (decimal): -11141908 or 15531093. OLE color: 15531093.

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

Color convert

RGB 85 252 236 -
CMYK 0.66 0 0.06 0.01
HSL 174.25º 0.97% 0.66% -
HSV(B) 174.25º 0.66% 0.99% -
XYZ 53.7 77.61 91.51 -
YUV 200.24 148.17 45.8 -
System Red Green Blue C M Y K H S L
Decimal 85 252 236 0.66 0 0.06 0.01 174.25 0.97 0.66
Hex 55 FC EC 42 0 6 1 AE 61 42
Octal 125 374 354 102 0 6 1 256 141 102
Binary 1010101 11111100 11101100 1000010 0 110 1 10101110 1100001 1000010

Color Harmonies of #55FCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FCEC

Black with #55FCEC

Text Example


Text Example

White with #55FCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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