Html Css Color HEX #77C9DD Spray

📋 copy color: '#77C9DD'

red 119 ◦ green 201 ◦ blue 221

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

Shades of Spray #77C9DD

Tints of Spray #77C9DD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.15%

 BLUE value IS 221 (86.72% from 255) = 40.85%

R = 22%
G = 37.15%
B = 40.85%

CMYK

 C value IS 0.46

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#77C9DD (or 0x77C9DD) is known color: Spray. HEX triplet: 77, C9 and DD. RGB value is (119,201,221). Sum of RGB (Red+Green+Blue) = 119+201+221=541 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.00% from 541); Green value is 201 (78.91% from 255 or 37.15% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #77C9DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C9DD is #883622. Grayscale: #B2B2B2. Windows color (decimal): -8926755 or 14535031. OLE color: 14535031.

HSL color Cylindrical-coordinate representation of color #77C9DD: hue angle of 191.76º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77C9DD is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 201 221 -
CMYK 0.46 0.09 0 0.13
HSL 191.76º 0.6% 0.67% -
HSV(B) 191.76º 0.46% 0.87% -
XYZ 41.55 50.92 76.04 -
YUV 178.76 151.83 85.37 -
System Red Green Blue C M Y K H S L
Decimal 119 201 221 0.46 0.09 0 0.13 191.76 0.6 0.67
Hex 77 C9 DD 2E 9 0 D C0 3C 43
Octal 167 311 335 56 11 0 15 300 74 103
Binary 1110111 11001001 11011101 101110 1001 0 1101 11000000 111100 1000011

Color Harmonies of #77C9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C9DD

Black with #77C9DD

Text Example


Text Example

White with #77C9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,201,221); }

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

background-color css

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

 a { background-color: rgb(119,201,221); }

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

border-color css

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

 span { border-color: rgb(119,201,221); }

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