#7DCFDD

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

Shades of Spray #7DCFDD

Tints of Spray #7DCFDD

Color information

#7DCFDD (or 0x7DCFDD) is unknown color: approx Spray. HEX triplet: 7D, CF and DD. RGB value is (125,207,221). Sum of RGB (Red+Green+Blue) = 125+207+221=553 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.60% from 553); Green value is 207 (81.25% from 255 or 37.43% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #7DCFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCFDD is #823022. Grayscale: #B7B7B7. Windows color (decimal): -8532003 or 14536573. OLE color: 14536573.

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

Color convert

RGB125207221-
CMYK0.430.0600.13
HSL188.75º58.54%67.84%-
HSV(B)188.75º43.44%86.67%-
XYZ43.8254.2176.56-
YUV184.08148.8385.86-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.60%
GREEN value IS 207 (81.25% from 255) = 37.43%
BLUE value IS 221 (86.72% from 255) = 39.96%
R=22.60%
G=37.43%
B=39.96%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1252072210.430.0600.13188.7558.5467.84
Hex7DCFDD2B60Dbd3b44
Octal17531733553601527573104
Binary1111101110011111101110110101111001101101111011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,207,221); }

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

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

 a { background-color: rgb(125,207,221); }

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

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

 span { border-color: rgb(125,207,221); }

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