Html Css Color HEX #76D1EA Spray

📋 copy color: '#76D1EA'

red 118 ◦ green 209 ◦ blue 234

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

Shades of Spray #76D1EA

Tints of Spray #76D1EA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.25%

 BLUE value IS 234 (91.8% from 255) = 41.71%

R = 21.03%
G = 37.25%
B = 41.71%

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

#76D1EA (or 0x76D1EA) is known color: Spray. HEX triplet: 76, D1 and EA. RGB value is (118,209,234). Sum of RGB (Red+Green+Blue) = 118+209+234=561 (74% of max value = 765). Red value is 118 (46.48% from 255 or 21.03% from 561); Green value is 209 (82.03% from 255 or 37.25% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 234 - color contains mainly: blue. Hex color #76D1EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76D1EA is #892E15. Grayscale: #B8B8B8. Windows color (decimal): -8990230 or 15389046. OLE color: 15389046.

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

Color convert

RGB 118 209 234 -
CMYK 0.50 0.11 0 0.08
HSL 192.93º 0.73% 0.69% -
HSV(B) 192.93º 0.5% 0.92% -
XYZ 45.12 55.39 86.16 -
YUV 184.64 155.85 80.47 -
System Red Green Blue C M Y K H S L
Decimal 118 209 234 0.50 0.11 0 0.08 192.93 0.73 0.69
Hex 76 D1 EA 32 B 0 8 C1 49 45
Octal 166 321 352 62 13 0 10 301 111 105
Binary 1110110 11010001 11101010 110010 1011 0 1000 11000001 1001001 1000101

Color Harmonies of #76D1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D1EA

Black with #76D1EA

Text Example


Text Example

White with #76D1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,209,234); }

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

background-color css

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

 a { background-color: rgb(118,209,234); }

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

border-color css

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

 span { border-color: rgb(118,209,234); }

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