#76CEDD

Color #76CEDD Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #76CEDD

Tints of Spray #76CEDD

Color information

#76CEDD (or 0x76CEDD) is unknown color: approx Spray. HEX triplet: 76, CE and DD. RGB value is (118,206,221). Sum of RGB (Red+Green+Blue) = 118+206+221=545 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.65% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #76CEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CEDD is #893122. Grayscale: #B5B5B5. Windows color (decimal): -8991011 or 14536310. OLE color: 14536310.

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

Color convert

RGB118206221-
CMYK0.470.0700.13
HSL188.74º60.23%66.47%-
HSV(B)188.74º46.61%86.67%-
XYZ42.5953.2176.43-
YUV181.4150.3582.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.65%
GREEN value IS 206 (80.86% from 255) = 37.80%
BLUE value IS 221 (86.72% from 255) = 40.55%
R=21.65%
G=37.80%
B=40.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1182062210.470.0700.13188.7460.2366.47
Hex76CEDD2F70Dbd3c42
Octal16631633557701527574102
Binary1110110110011101101110110111111101101101111011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #76CEDD;
 }
 .AnyTagClassName
 {
   color: #76CEDD;
 }
</style>
background-color css

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

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

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

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

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

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