Html Css Color HEX #76D0EA Spray

📋 copy color: '#76D0EA'

red 118 ◦ green 208 ◦ blue 234

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

Shades of Spray #76D0EA

Tints of Spray #76D0EA

RGB

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

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

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

R = 21.07%
G = 37.14%
B = 41.79%

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

#76D0EA (or 0x76D0EA) is known color: Spray. HEX triplet: 76, D0 and EA. RGB value is (118,208,234). Sum of RGB (Red+Green+Blue) = 118+208+234=560 (74% of max value = 765). Red value is 118 (46.48% from 255 or 21.07% from 560); Green value is 208 (81.64% from 255 or 37.14% from 560); Blue value is 234 (91.80% from 255 or 41.79% from 560); Max value from RGB is 234 - color contains mainly: blue. Hex color #76D0EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76D0EA is #892F15. Grayscale: #B7B7B7. Windows color (decimal): -8990486 or 15388790. OLE color: 15388790.

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

Color convert

RGB 118 208 234 -
CMYK 0.50 0.11 0 0.08
HSL 193.45º 0.73% 0.69% -
HSV(B) 193.45º 0.5% 0.92% -
XYZ 44.88 54.9 86.07 -
YUV 184.05 156.18 80.89 -
System Red Green Blue C M Y K H S L
Decimal 118 208 234 0.50 0.11 0 0.08 193.45 0.73 0.69
Hex 76 D0 EA 32 B 0 8 C1 49 45
Octal 166 320 352 62 13 0 10 301 111 105
Binary 1110110 11010000 11101010 110010 1011 0 1000 11000001 1001001 1000101

Color Harmonies of #76D0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D0EA

Black with #76D0EA

Text Example


Text Example

White with #76D0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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