Html Css Color HEX #77FAEC Baby Blue

📋 copy color: '#77FAEC'

red 119 ◦ green 250 ◦ blue 236

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

Shades of Baby Blue #77FAEC

Tints of Baby Blue #77FAEC

RGB

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

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

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

R = 19.67%
G = 41.32%
B = 39.01%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#77FAEC (or 0x77FAEC) is known color: Baby Blue. HEX triplet: 77, FA and EC. RGB value is (119,250,236). Sum of RGB (Red+Green+Blue) = 119+250+236=605 (80% of max value = 765). Red value is 119 (46.88% from 255 or 19.67% from 605); Green value is 250 (98.05% from 255 or 41.32% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 250 - color contains mainly: green. Hex color #77FAEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77FAEC is #880513. Grayscale: #D1D1D1. Windows color (decimal): -8914196 or 15530615. OLE color: 15530615.

HSL color Cylindrical-coordinate representation of color #77FAEC: hue angle of 173.59º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77FAEC is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 250 236 -
CMYK 0.52 0 0.06 0.02
HSL 173.59º 0.93% 0.72% -
HSV(B) 173.59º 0.52% 0.98% -
XYZ 56.93 78.35 91.48 -
YUV 209.24 143.1 63.64 -
System Red Green Blue C M Y K H S L
Decimal 119 250 236 0.52 0 0.06 0.02 173.59 0.93 0.72
Hex 77 FA EC 34 0 6 2 AE 5D 48
Octal 167 372 354 64 0 6 2 256 135 110
Binary 1110111 11111010 11101100 110100 0 110 10 10101110 1011101 1001000

Color Harmonies of #77FAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77FAEC

Black with #77FAEC

Text Example


Text Example

White with #77FAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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