Html Css Color HEX #55FAEC Baby Blue

📋 copy color: '#55FAEC'

red 85 ◦ green 250 ◦ blue 236

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

Shades of Baby Blue #55FAEC

Tints of Baby Blue #55FAEC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 43.78%

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

R = 14.89%
G = 43.78%
B = 41.33%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#55FAEC (or 0x55FAEC) is known color: Baby Blue. HEX triplet: 55, FA and EC. RGB value is (85,250,236). Sum of RGB (Red+Green+Blue) = 85+250+236=571 (75% of max value = 765). Red value is 85 (33.59% from 255 or 14.89% from 571); Green value is 250 (98.05% from 255 or 43.78% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 250 - color contains mainly: green. Hex color #55FAEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55FAEC is #AA0513. Grayscale: #C6C6C6. Windows color (decimal): -11142420 or 15530581. OLE color: 15530581.

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

Color convert

RGB 85 250 236 -
CMYK 0.66 0 0.06 0.02
HSL 174.91º 0.94% 0.66% -
HSV(B) 174.91º 0.66% 0.98% -
XYZ 53.07 76.36 91.3 -
YUV 199.07 148.84 46.64 -
System Red Green Blue C M Y K H S L
Decimal 85 250 236 0.66 0 0.06 0.02 174.91 0.94 0.66
Hex 55 FA EC 42 0 6 2 AF 5E 42
Octal 125 372 354 102 0 6 2 257 136 102
Binary 1010101 11111010 11101100 1000010 0 110 10 10101111 1011110 1000010

Color Harmonies of #55FAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FAEC

Black with #55FAEC

Text Example


Text Example

White with #55FAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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