#76CDDF

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

Shades of Spray #76CDDF

Tints of Spray #76CDDF

Color information

#76CDDF (or 0x76CDDF) is unknown color: approx Spray. HEX triplet: 76, CD and DF. RGB value is (118,205,223). Sum of RGB (Red+Green+Blue) = 118+205+223=546 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.61% from 546); Green value is 205 (80.47% from 255 or 37.55% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #76CDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CDDF is #893220. Grayscale: #B4B4B4. Windows color (decimal): -8991265 or 14667126. OLE color: 14667126.

HSL color Cylindrical-coordinate representation of color #76CDDF: hue angle of 190.29º degrees, saturation: 0.62, 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 #76CDDF is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB118205223-
CMYK0.470.0800.13
HSL190.29º62.13%66.86%-
HSV(B)190.29º47.09%87.45%-
XYZ42.6252.8477.77-
YUV181.04151.6883.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.61%
GREEN value IS 205 (80.47% from 255) = 37.55%
BLUE value IS 223 (87.5% from 255) = 40.84%
R=21.61%
G=37.55%
B=40.84%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1182052230.470.0800.13190.2962.1366.86
Hex76CDDF2F80Dbe3e43
Octal166315337571001527676103
Binary11101101100110111011111101111100001101101111101111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,205,223); }

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

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

 a { background-color: rgb(118,205,223); }

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

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

 span { border-color: rgb(118,205,223); }

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