Html Css Color HEX #77CADD Spray

📋 copy color: '#77CADD'

red 119 ◦ green 202 ◦ blue 221

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

Shades of Spray #77CADD

Tints of Spray #77CADD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.27%

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

R = 21.96%
G = 37.27%
B = 40.77%

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

#77CADD (or 0x77CADD) is known color: Spray. HEX triplet: 77, CA and DD. RGB value is (119,202,221). Sum of RGB (Red+Green+Blue) = 119+202+221=542 (71% of max value = 765). Red value is 119 (46.88% from 255 or 21.96% from 542); Green value is 202 (79.30% from 255 or 37.27% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #77CADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CADD is #883522. Grayscale: #B3B3B3. Windows color (decimal): -8926499 or 14535287. OLE color: 14535287.

HSL color Cylindrical-coordinate representation of color #77CADD: hue angle of 191.18º 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 #77CADD is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 202 221 -
CMYK 0.46 0.09 0 0.13
HSL 191.18º 0.6% 0.67% -
HSV(B) 191.18º 0.46% 0.87% -
XYZ 41.78 51.38 76.12 -
YUV 179.35 151.5 84.96 -
System Red Green Blue C M Y K H S L
Decimal 119 202 221 0.46 0.09 0 0.13 191.18 0.6 0.67
Hex 77 CA DD 2E 9 0 D BF 3C 43
Octal 167 312 335 56 11 0 15 277 74 103
Binary 1110111 11001010 11011101 101110 1001 0 1101 10111111 111100 1000011

Color Harmonies of #77CADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CADD

Black with #77CADD

Text Example


Text Example

White with #77CADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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