#75D1D9

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

Shades of Spray #75D1D9

Tints of Spray #75D1D9

Color information

#75D1D9 (or 0x75D1D9) is unknown color: approx Spray. HEX triplet: 75, D1 and D9. RGB value is (117,209,217). Sum of RGB (Red+Green+Blue) = 117+209+217=543 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.55% from 543); Green value is 209 (82.03% from 255 or 38.49% from 543); Blue value is 217 (85.16% from 255 or 39.96% from 543); Max value from RGB is 217 - color contains mainly: blue. Hex color #75D1D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75D1D9 is #8A2E26. Grayscale: #B6B6B6. Windows color (decimal): -9055783 or 14274933. OLE color: 14274933.

HSL color Cylindrical-coordinate representation of color #75D1D9: hue angle of 184.8º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75D1D9 is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB117209217-
CMYK0.460.0400.15
HSL184.8º56.82%65.49%-
HSV(B)184.8º46.08%85.1%-
XYZ42.6654.3973.9-
YUV182.4147.5281.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.55%
GREEN value IS 209 (82.03% from 255) = 38.49%
BLUE value IS 217 (85.16% from 255) = 39.96%
R=21.55%
G=38.49%
B=39.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1172092170.460.0400.15184.856.8265.49
Hex75D1D92E40Fb93941
Octal16532133156401727171101
Binary1110101110100011101100110111010001111101110011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D1D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75D1D9; }

 p { color: rgb(117,209,217); }

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

<style>
 a { background-color: #75D1D9; }

 a { background-color: rgb(117,209,217); }

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

<style>
 span { border-color: #75D1D9; }

 span { border-color: rgb(117,209,217); }

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