Html Css Color HEX #76C9E6 Spray

📋 copy color: '#76C9E6'

red 118 ◦ green 201 ◦ blue 230

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

Shades of Spray #76C9E6

Tints of Spray #76C9E6

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.61%

 BLUE value IS 230 (90.23% from 255) = 41.89%

R = 21.49%
G = 36.61%
B = 41.89%

CMYK

 C value IS 0.49

 M value IS 0.13

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#76C9E6 (or 0x76C9E6) is known color: Spray. HEX triplet: 76, C9 and E6. RGB value is (118,201,230). Sum of RGB (Red+Green+Blue) = 118+201+230=549 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.49% from 549); Green value is 201 (78.91% from 255 or 36.61% from 549); Blue value is 230 (90.23% from 255 or 41.89% from 549); Max value from RGB is 230 - color contains mainly: blue. Hex color #76C9E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76C9E6 is #893619. Grayscale: #B3B3B3. Windows color (decimal): -8992282 or 15124854. OLE color: 15124854.

HSL color Cylindrical-coordinate representation of color #76C9E6: hue angle of 195.54º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76C9E6 is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 118 201 230 -
CMYK 0.49 0.13 0 0.10
HSL 195.54º 0.69% 0.68% -
HSV(B) 195.54º 0.49% 0.9% -
XYZ 42.64 51.34 82.52 -
YUV 179.49 156.5 84.14 -
System Red Green Blue C M Y K H S L
Decimal 118 201 230 0.49 0.13 0 0.10 195.54 0.69 0.68
Hex 76 C9 E6 31 D 0 A C4 45 44
Octal 166 311 346 61 15 0 12 304 105 104
Binary 1110110 11001001 11100110 110001 1101 0 1010 11000100 1000101 1000100

Color Harmonies of #76C9E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C9E6

Black with #76C9E6

Text Example


Text Example

White with #76C9E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,201,230); }

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

background-color css

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

 a { background-color: rgb(118,201,230); }

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

border-color css

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

 span { border-color: rgb(118,201,230); }

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