Html Css Color HEX #76C9CE Spray

📋 copy color: '#76C9CE'

red 118 ◦ green 201 ◦ blue 206

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

Shades of Spray #76C9CE

Tints of Spray #76C9CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.24%

R = 22.48%
G = 38.29%
B = 39.24%

CMYK

 C value IS 0.43

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#76C9CE (or 0x76C9CE) is known color: Spray. HEX triplet: 76, C9 and CE. RGB value is (118,201,206). Sum of RGB (Red+Green+Blue) = 118+201+206=525 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.48% from 525); Green value is 201 (78.91% from 255 or 38.29% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 206 - color contains mainly: blue. Hex color #76C9CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76C9CE is #893631. Grayscale: #B0B0B0. Windows color (decimal): -8992306 or 13551990. OLE color: 13551990.

HSL color Cylindrical-coordinate representation of color #76C9CE: hue angle of 183.41º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76C9CE is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 201 206 -
CMYK 0.43 0.02 0 0.19
HSL 183.41º 0.47% 0.64% -
HSV(B) 183.41º 0.43% 0.81% -
XYZ 39.5 50.08 65.98 -
YUV 176.75 144.5 86.09 -
System Red Green Blue C M Y K H S L
Decimal 118 201 206 0.43 0.02 0 0.19 183.41 0.47 0.64
Hex 76 C9 CE 2B 2 0 13 B7 2F 40
Octal 166 311 316 53 2 0 23 267 57 100
Binary 1110110 11001001 11001110 101011 10 0 10011 10110111 101111 1000000

Color Harmonies of #76C9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C9CE

Black with #76C9CE

Text Example


Text Example

White with #76C9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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