Html Css Color HEX #77CBDA Spray

📋 copy color: '#77CBDA'

red 119 ◦ green 203 ◦ blue 218

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

Shades of Spray #77CBDA

Tints of Spray #77CBDA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.59%

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

R = 22.04%
G = 37.59%
B = 40.37%

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

#77CBDA (or 0x77CBDA) is known color: Spray. HEX triplet: 77, CB and DA. RGB value is (119,203,218). Sum of RGB (Red+Green+Blue) = 119+203+218=540 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.04% from 540); Green value is 203 (79.69% from 255 or 37.59% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 218 - color contains mainly: blue. Hex color #77CBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CBDA is #883425. Grayscale: #B3B3B3. Windows color (decimal): -8926246 or 14338935. OLE color: 14338935.

HSL color Cylindrical-coordinate representation of color #77CBDA: hue angle of 189.09º 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 #77CBDA is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 119 203 218 -
CMYK 0.45 0.07 0 0.15
HSL 189.09º 0.57% 0.66% -
HSV(B) 189.09º 0.45% 0.85% -
XYZ 41.62 51.7 74.11 -
YUV 179.59 149.67 84.78 -
System Red Green Blue C M Y K H S L
Decimal 119 203 218 0.45 0.07 0 0.15 189.09 0.57 0.66
Hex 77 CB DA 2D 7 0 F BD 39 42
Octal 167 313 332 55 7 0 17 275 71 102
Binary 1110111 11001011 11011010 101101 111 0 1111 10111101 111001 1000010

Color Harmonies of #77CBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CBDA

Black with #77CBDA

Text Example


Text Example

White with #77CBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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