#75D2DE

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

Shades of Spray #75D2DE

Tints of Spray #75D2DE

Color information

#75D2DE (or 0x75D2DE) is unknown color: approx Spray. HEX triplet: 75, D2 and DE. RGB value is (117,210,222). Sum of RGB (Red+Green+Blue) = 117+210+222=549 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.31% from 549); Green value is 210 (82.42% from 255 or 38.25% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 222 - color contains mainly: blue. Hex color #75D2DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75D2DE is #8A2D21. Grayscale: #B7B7B7. Windows color (decimal): -9055522 or 14602869. OLE color: 14602869.

HSL color Cylindrical-coordinate representation of color #75D2DE: hue angle of 186.86º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75D2DE is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB117210222-
CMYK0.470.0500.13
HSL186.86º61.4%66.47%-
HSV(B)186.86º47.3%87.06%-
XYZ43.5755.1577.46-
YUV183.56149.6980.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.31%
GREEN value IS 210 (82.42% from 255) = 38.25%
BLUE value IS 222 (87.11% from 255) = 40.44%
R=21.31%
G=38.25%
B=40.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1172102220.470.0500.13186.8661.466.47
Hex75D2DE2F50Dbb3d42
Octal16532233657501527375102
Binary1110101110100101101111010111110101101101110111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,210,222); }

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

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

 a { background-color: rgb(117,210,222); }

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

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

 span { border-color: rgb(117,210,222); }

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