Html Css Color HEX #76C4E7 Spray

📋 copy color: '#76C4E7'

red 118 ◦ green 196 ◦ blue 231

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

Shades of Spray #76C4E7

Tints of Spray #76C4E7

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.96%

 BLUE value IS 231 (90.63% from 255) = 42.39%

R = 21.65%
G = 35.96%
B = 42.39%

CMYK

 C value IS 0.49

 M value IS 0.15

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#76C4E7 (or 0x76C4E7) is known color: Spray. HEX triplet: 76, C4 and E7. RGB value is (118,196,231). Sum of RGB (Red+Green+Blue) = 118+196+231=545 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.65% from 545); Green value is 196 (76.95% from 255 or 35.96% from 545); Blue value is 231 (90.62% from 255 or 42.39% from 545); Max value from RGB is 231 - color contains mainly: blue. Hex color #76C4E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76C4E7 is #893B18. Grayscale: #B0B0B0. Windows color (decimal): -8993561 or 15189110. OLE color: 15189110.

HSL color Cylindrical-coordinate representation of color #76C4E7: hue angle of 198.58º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76C4E7 is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 118 196 231 -
CMYK 0.49 0.15 0 0.09
HSL 198.58º 0.7% 0.68% -
HSV(B) 198.58º 0.49% 0.91% -
XYZ 41.63 49.1 82.88 -
YUV 176.67 158.66 86.15 -
System Red Green Blue C M Y K H S L
Decimal 118 196 231 0.49 0.15 0 0.09 198.58 0.7 0.68
Hex 76 C4 E7 31 F 0 9 C7 46 44
Octal 166 304 347 61 17 0 11 307 106 104
Binary 1110110 11000100 11100111 110001 1111 0 1001 11000111 1000110 1000100

Color Harmonies of #76C4E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C4E7

Black with #76C4E7

Text Example


Text Example

White with #76C4E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,196,231); }

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

background-color css

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

 a { background-color: rgb(118,196,231); }

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

border-color css

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

 span { border-color: rgb(118,196,231); }

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