#7DCCCE

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

Shades of Spray #7DCCCE

Tints of Spray #7DCCCE

Color information

#7DCCCE (or 0x7DCCCE) is unknown color: approx Spray. HEX triplet: 7D, CC and CE. RGB value is (125,204,206). Sum of RGB (Red+Green+Blue) = 125+204+206=535 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.36% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 206 - color contains mainly: blue. Hex color #7DCCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCCCE is #823331. Grayscale: #B4B4B4. Windows color (decimal): -8532786 or 13552765. OLE color: 13552765.

HSL color Cylindrical-coordinate representation of color #7DCCCE: hue angle of 181.48º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DCCCE is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB125204206-
CMYK0.390.0100.19
HSL181.48º45.25%64.9%-
HSV(B)181.48º39.32%80.78%-
XYZ41.195266.26-
YUV180.61142.3388.34-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.36%
GREEN value IS 204 (80.08% from 255) = 38.13%
BLUE value IS 206 (80.86% from 255) = 38.50%
R=23.36%
G=38.13%
B=38.50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1252042060.390.0100.19181.4845.2564.9
Hex7DCCCE271013b52d41
Octal17531431647102326555101
Binary111110111001100110011101001111010011101101011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7DCCCE; }

 p { color: rgb(125,204,206); }

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

<style>
 a { background-color: #7DCCCE; }

 a { background-color: rgb(125,204,206); }

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

<style>
 span { border-color: #7DCCCE; }

 span { border-color: rgb(125,204,206); }

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