Html Css Color HEX #76D0EB Spray

📋 copy color: '#76D0EB'

red 118 ◦ green 208 ◦ blue 235

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

Shades of Spray #76D0EB

Tints of Spray #76D0EB

RGB

 RED value IS 118 (46.48% from 255) = 21.03%

 GREEN value IS 208 (81.64% from 255) = 37.08%

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

R = 21.03%
G = 37.08%
B = 41.89%

CMYK

 C value IS 0.50

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#76D0EB (or 0x76D0EB) is known color: Spray. HEX triplet: 76, D0 and EB. RGB value is (118,208,235). Sum of RGB (Red+Green+Blue) = 118+208+235=561 (74% of max value = 765). Red value is 118 (46.48% from 255 or 21.03% from 561); Green value is 208 (81.64% from 255 or 37.08% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 235 - color contains mainly: blue. Hex color #76D0EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76D0EB is #892F14. Grayscale: #B7B7B7. Windows color (decimal): -8990485 or 15454326. OLE color: 15454326.

HSL color Cylindrical-coordinate representation of color #76D0EB: hue angle of 193.85º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76D0EB is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 118 208 235 -
CMYK 0.50 0.11 0 0.08
HSL 193.85º 0.75% 0.69% -
HSV(B) 193.85º 0.5% 0.92% -
XYZ 45.02 54.96 86.83 -
YUV 184.17 156.68 80.8 -
System Red Green Blue C M Y K H S L
Decimal 118 208 235 0.50 0.11 0 0.08 193.85 0.75 0.69
Hex 76 D0 EB 32 B 0 8 C2 4B 45
Octal 166 320 353 62 13 0 10 302 113 105
Binary 1110110 11010000 11101011 110010 1011 0 1000 11000010 1001011 1000101

Color Harmonies of #76D0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D0EB

Black with #76D0EB

Text Example


Text Example

White with #76D0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76D0EB; }

 p { color: rgb(118,208,235); }

 H1.HeaderClassName
 {
   color: #76D0EB;
 }
 .AnyTagClassName
 {
   color: #76D0EB;
 }
</style>

background-color css

<style>
 a { background-color: #76D0EB; }

 a { background-color: rgb(118,208,235); }

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

border-color css

<style>
 span { border-color: #76D0EB; }

 span { border-color: rgb(118,208,235); }

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