#7DD6DD

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

Shades of Spray #7DD6DD

Tints of Spray #7DD6DD

Color information

#7DD6DD (or 0x7DD6DD) is unknown color: approx Spray. HEX triplet: 7D, D6 and DD. RGB value is (125,214,221). Sum of RGB (Red+Green+Blue) = 125+214+221=560 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.32% from 560); Green value is 214 (83.98% from 255 or 38.21% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #7DD6DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD6DD is #822922. Grayscale: #BCBCBC. Windows color (decimal): -8530211 or 14538365. OLE color: 14538365.

HSL color Cylindrical-coordinate representation of color #7DD6DD: hue angle of 184.38º 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 #7DD6DD is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB125214221-
CMYK0.430.0300.13
HSL184.38º58.54%67.84%-
HSV(B)184.38º43.44%86.67%-
XYZ45.5657.6777.14-
YUV188.19146.5182.93-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.32%
GREEN value IS 214 (83.98% from 255) = 38.21%
BLUE value IS 221 (86.72% from 255) = 39.46%
R=22.32%
G=38.21%
B=39.46%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1252142210.430.0300.13184.3858.5467.84
Hex7DD6DD2B30Db83b44
Octal17532633553301527073104
Binary111110111010110110111011010111101101101110001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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