#7DCADB

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

Shades of Spray #7DCADB

Tints of Spray #7DCADB

Color information

#7DCADB (or 0x7DCADB) is unknown color: approx Spray. HEX triplet: 7D, CA and DB. RGB value is (125,202,219). Sum of RGB (Red+Green+Blue) = 125+202+219=546 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.89% from 546); Green value is 202 (79.30% from 255 or 37.00% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #7DCADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCADB is #823524. Grayscale: #B4B4B4. Windows color (decimal): -8533285 or 14404221. OLE color: 14404221.

HSL color Cylindrical-coordinate representation of color #7DCADB: hue angle of 190.85º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DCADB is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB125202219-
CMYK0.430.0800.14
HSL190.85º56.63%67.45%-
HSV(B)190.85º42.92%85.88%-
XYZ42.3651.7274.77-
YUV180.92149.4988.12-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.89%
GREEN value IS 202 (79.30% from 255) = 37.00%
BLUE value IS 219 (85.94% from 255) = 40.11%
R=22.89%
G=37.00%
B=40.11%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1252022190.430.0800.14190.8556.6367.45
Hex7DCADB2B80Ebf3943
Octal175312333531001627771103
Binary11111011100101011011011101011100001110101111111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,202,219); }

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

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

 a { background-color: rgb(125,202,219); }

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

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

 span { border-color: rgb(125,202,219); }

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