Html Css Color HEX #76C9DE Spray

📋 copy color: '#76C9DE'

red 118 ◦ green 201 ◦ blue 222

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

Shades of Spray #76C9DE

Tints of Spray #76C9DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.04%

R = 21.81%
G = 37.15%
B = 41.04%

CMYK

 C value IS 0.47

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#76C9DE (or 0x76C9DE) is known color: Spray. HEX triplet: 76, C9 and DE. RGB value is (118,201,222). Sum of RGB (Red+Green+Blue) = 118+201+222=541 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.81% from 541); Green value is 201 (78.91% from 255 or 37.15% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 222 - color contains mainly: blue. Hex color #76C9DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76C9DE is #893621. Grayscale: #B2B2B2. Windows color (decimal): -8992290 or 14600566. OLE color: 14600566.

HSL color Cylindrical-coordinate representation of color #76C9DE: hue angle of 192.12º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76C9DE is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 201 222 -
CMYK 0.47 0.09 0 0.13
HSL 192.12º 0.61% 0.67% -
HSV(B) 192.12º 0.47% 0.87% -
XYZ 41.54 50.9 76.74 -
YUV 178.58 152.5 84.79 -
System Red Green Blue C M Y K H S L
Decimal 118 201 222 0.47 0.09 0 0.13 192.12 0.61 0.67
Hex 76 C9 DE 2F 9 0 D C0 3D 43
Octal 166 311 336 57 11 0 15 300 75 103
Binary 1110110 11001001 11011110 101111 1001 0 1101 11000000 111101 1000011

Color Harmonies of #76C9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C9DE

Black with #76C9DE

Text Example


Text Example

White with #76C9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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