#7DCCCD

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

Shades of Spray #7DCCCD

Tints of Spray #7DCCCD

Color information

#7DCCCD (or 0x7DCCCD) is unknown color: approx Spray. HEX triplet: 7D, CC and CD. RGB value is (125,204,205). Sum of RGB (Red+Green+Blue) = 125+204+205=534 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.41% from 534); Green value is 204 (80.08% from 255 or 38.20% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 205 - color contains mainly: blue. Hex color #7DCCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCCCD is #823332. Grayscale: #B4B4B4. Windows color (decimal): -8532787 or 13487229. OLE color: 13487229.

HSL color Cylindrical-coordinate representation of color #7DCCCD: hue angle of 180.75º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DCCCD is Cyan = 0.39, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB125204205-
CMYK0.390.0000.20
HSL180.75º44.44%64.71%-
HSV(B)180.75º39.02%80.39%-
XYZ41.0751.9565.62-
YUV180.49141.8388.42-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.41%
GREEN value IS 204 (80.08% from 255) = 38.20%
BLUE value IS 205 (80.47% from 255) = 38.39%
R=23.41%
G=38.20%
B=38.39%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1252042050.390.0000.20180.7544.4464.71
Hex7DCCCD270014b52c41
Octal17531431547002426554101
Binary111110111001100110011011001110010100101101011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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