Html Css Color HEX #77CADA Spray

📋 copy color: '#77CADA'

red 119 ◦ green 202 ◦ blue 218

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

Shades of Spray #77CADA

Tints of Spray #77CADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.45%

R = 22.08%
G = 37.48%
B = 40.45%

CMYK

 C value IS 0.45

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#77CADA (or 0x77CADA) is known color: Spray. HEX triplet: 77, CA and DA. RGB value is (119,202,218). Sum of RGB (Red+Green+Blue) = 119+202+218=539 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.08% from 539); Green value is 202 (79.30% from 255 or 37.48% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #77CADA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CADA is #883525. Grayscale: #B2B2B2. Windows color (decimal): -8926502 or 14338679. OLE color: 14338679.

HSL color Cylindrical-coordinate representation of color #77CADA: hue angle of 189.7º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77CADA is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 119 202 218 -
CMYK 0.45 0.07 0 0.15
HSL 189.7º 0.57% 0.66% -
HSV(B) 189.7º 0.45% 0.85% -
XYZ 41.38 51.22 74.04 -
YUV 179.01 150 85.2 -
System Red Green Blue C M Y K H S L
Decimal 119 202 218 0.45 0.07 0 0.15 189.7 0.57 0.66
Hex 77 CA DA 2D 7 0 F BE 39 42
Octal 167 312 332 55 7 0 17 276 71 102
Binary 1110111 11001010 11011010 101101 111 0 1111 10111110 111001 1000010

Color Harmonies of #77CADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CADA

Black with #77CADA

Text Example


Text Example

White with #77CADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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