Html Css Color HEX #77CFEA Spray

📋 copy color: '#77CFEA'

red 119 ◦ green 207 ◦ blue 234

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

Shades of Spray #77CFEA

Tints of Spray #77CFEA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.96%

 BLUE value IS 234 (91.8% from 255) = 41.79%

R = 21.25%
G = 36.96%
B = 41.79%

CMYK

 C value IS 0.49

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#77CFEA (or 0x77CFEA) is known color: Spray. HEX triplet: 77, CF and EA. RGB value is (119,207,234). Sum of RGB (Red+Green+Blue) = 119+207+234=560 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.25% from 560); Green value is 207 (81.25% from 255 or 36.96% from 560); Blue value is 234 (91.80% from 255 or 41.79% from 560); Max value from RGB is 234 - color contains mainly: blue. Hex color #77CFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77CFEA is #883015. Grayscale: #B7B7B7. Windows color (decimal): -8925206 or 15388535. OLE color: 15388535.

HSL color Cylindrical-coordinate representation of color #77CFEA: hue angle of 194.09º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77CFEA is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 119 207 234 -
CMYK 0.49 0.12 0 0.08
HSL 194.09º 0.73% 0.69% -
HSV(B) 194.09º 0.49% 0.92% -
XYZ 44.77 54.49 86 -
YUV 183.77 156.35 81.8 -
System Red Green Blue C M Y K H S L
Decimal 119 207 234 0.49 0.12 0 0.08 194.09 0.73 0.69
Hex 77 CF EA 31 C 0 8 C2 49 45
Octal 167 317 352 61 14 0 10 302 111 105
Binary 1110111 11001111 11101010 110001 1100 0 1000 11000010 1001001 1000101

Color Harmonies of #77CFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CFEA

Black with #77CFEA

Text Example


Text Example

White with #77CFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,207,234); }

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

background-color css

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

 a { background-color: rgb(119,207,234); }

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

border-color css

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

 span { border-color: rgb(119,207,234); }

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