Html Css Color HEX #77FFEC Baby Blue

📋 copy color: '#77FFEC'

red 119 ◦ green 255 ◦ blue 236

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

Shades of Baby Blue #77FFEC

Tints of Baby Blue #77FFEC

RGB

 RED value IS 119 (46.88% from 255) = 19.51%

 GREEN value IS 255 (100% from 255) = 41.8%

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

R = 19.51%
G = 41.8%
B = 38.69%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#77FFEC (or 0x77FFEC) is known color: Baby Blue. HEX triplet: 77, FF and EC. RGB value is (119,255,236). Sum of RGB (Red+Green+Blue) = 119+255+236=610 (80% of max value = 765). Red value is 119 (46.88% from 255 or 19.51% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #77FFEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77FFEC is #880013. Grayscale: #D4D4D4. Windows color (decimal): -8912916 or 15531895. OLE color: 15531895.

HSL color Cylindrical-coordinate representation of color #77FFEC: hue angle of 171.62º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77FFEC is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 119 255 236 -
CMYK 0.53 0 0.07 0
HSL 171.62º 1% 0.73% -
HSV(B) 171.62º 0.53% 1% -
XYZ 58.51 81.5 92 -
YUV 212.17 141.44 61.54 -
System Red Green Blue C M Y K H S L
Decimal 119 255 236 0.53 0 0.07 0 171.62 1 0.73
Hex 77 FF EC 35 0 7 0 AC 64 49
Octal 167 377 354 65 0 7 0 254 144 111
Binary 1110111 11111111 11101100 110101 0 111 0 10101100 1100100 1001001

Color Harmonies of #77FFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77FFEC

Black with #77FFEC

Text Example


Text Example

White with #77FFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77FFEC; }

 p { color: rgb(119,255,236); }

 H1.HeaderClassName
 {
   color: #77FFEC;
 }
 .AnyTagClassName
 {
   color: #77FFEC;
 }
</style>

background-color css

<style>
 a { background-color: #77FFEC; }

 a { background-color: rgb(119,255,236); }

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

border-color css

<style>
 span { border-color: #77FFEC; }

 span { border-color: rgb(119,255,236); }

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