Html Css Color HEX #77D2EB Spray

📋 copy color: '#77D2EB'

red 119 ◦ green 210 ◦ blue 235

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

Shades of Spray #77D2EB

Tints of Spray #77D2EB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.23%

 BLUE value IS 235 (92.19% from 255) = 41.67%

R = 21.1%
G = 37.23%
B = 41.67%

CMYK

 C value IS 0.49

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#77D2EB (or 0x77D2EB) is known color: Spray. HEX triplet: 77, D2 and EB. RGB value is (119,210,235). Sum of RGB (Red+Green+Blue) = 119+210+235=564 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.10% from 564); Green value is 210 (82.42% from 255 or 37.23% from 564); Blue value is 235 (92.19% from 255 or 41.67% from 564); Max value from RGB is 235 - color contains mainly: blue. Hex color #77D2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77D2EB is #882D14. Grayscale: #B9B9B9. Windows color (decimal): -8924437 or 15454839. OLE color: 15454839.

HSL color Cylindrical-coordinate representation of color #77D2EB: hue angle of 192.93º degrees, saturation: 0.74, 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 #77D2EB is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 119 210 235 -
CMYK 0.49 0.11 0 0.08
HSL 192.93º 0.74% 0.69% -
HSV(B) 192.93º 0.49% 0.92% -
XYZ 45.65 56.01 87 -
YUV 185.64 155.85 80.47 -
System Red Green Blue C M Y K H S L
Decimal 119 210 235 0.49 0.11 0 0.08 192.93 0.74 0.69
Hex 77 D2 EB 31 B 0 8 C1 4A 45
Octal 167 322 353 61 13 0 10 301 112 105
Binary 1110111 11010010 11101011 110001 1011 0 1000 11000001 1001010 1000101

Color Harmonies of #77D2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77D2EB

Black with #77D2EB

Text Example


Text Example

White with #77D2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,210,235); }

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

background-color css

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

 a { background-color: rgb(119,210,235); }

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

border-color css

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

 span { border-color: rgb(119,210,235); }

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