#7DCFDC

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

Shades of Spray #7DCFDC

Tints of Spray #7DCFDC

Color information

#7DCFDC (or 0x7DCFDC) is unknown color: approx Spray. HEX triplet: 7D, CF and DC. RGB value is (125,207,220). Sum of RGB (Red+Green+Blue) = 125+207+220=552 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.64% from 552); Green value is 207 (81.25% from 255 or 37.5% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #7DCFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCFDC is #823023. Grayscale: #B7B7B7. Windows color (decimal): -8532004 or 14471037. OLE color: 14471037.

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

Color convert

RGB125207220-
CMYK0.430.0600.14
HSL188.21º57.58%67.65%-
HSV(B)188.21º43.18%86.27%-
XYZ43.6954.1575.86-
YUV183.96148.3385.94-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.64%
GREEN value IS 207 (81.25% from 255) = 37.5%
BLUE value IS 220 (86.33% from 255) = 39.86%
R=22.64%
G=37.5%
B=39.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1252072200.430.0600.14188.2157.5867.65
Hex7DCFDC2B60Ebc3a44
Octal17531733453601627472104
Binary1111101110011111101110010101111001110101111001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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