#7DCDDF

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

Shades of Spray #7DCDDF

Tints of Spray #7DCDDF

Color information

#7DCDDF (or 0x7DCDDF) is unknown color: approx Spray. HEX triplet: 7D, CD and DF. RGB value is (125,205,223). Sum of RGB (Red+Green+Blue) = 125+205+223=553 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.60% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #7DCDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCDDF is #823220. Grayscale: #B6B6B6. Windows color (decimal): -8532513 or 14667133. OLE color: 14667133.

HSL color Cylindrical-coordinate representation of color #7DCDDF: hue angle of 191.02º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DCDDF is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB125205223-
CMYK0.440.0800.13
HSL191.02º60.49%68.24%-
HSV(B)191.02º43.95%87.45%-
XYZ43.6153.3577.81-
YUV183.13150.586.54-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.60%
GREEN value IS 205 (80.47% from 255) = 37.07%
BLUE value IS 223 (87.5% from 255) = 40.33%
R=22.60%
G=37.07%
B=40.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1252052230.440.0800.13191.0260.4968.24
Hex7DCDDF2C80Dbf3c44
Octal175315337541001527774104
Binary11111011100110111011111101100100001101101111111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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