#75D2E5

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

Shades of Spray #75D2E5

Tints of Spray #75D2E5

Color information

#75D2E5 (or 0x75D2E5) is unknown color: approx Spray. HEX triplet: 75, D2 and E5. RGB value is (117,210,229). Sum of RGB (Red+Green+Blue) = 117+210+229=556 (73% of max value = 765). Red value is 117 (46.09% from 255 or 21.04% from 556); Green value is 210 (82.42% from 255 or 37.77% from 556); Blue value is 229 (89.84% from 255 or 41.19% from 556); Max value from RGB is 229 - color contains mainly: blue. Hex color #75D2E5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75D2E5 is #8A2D1A. Grayscale: #B8B8B8. Windows color (decimal): -9055515 or 15061621. OLE color: 15061621.

HSL color Cylindrical-coordinate representation of color #75D2E5: hue angle of 190.18º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75D2E5 is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB117210229-
CMYK0.490.0800.10
HSL190.18º68.29%67.84%-
HSV(B)190.18º48.91%89.8%-
XYZ44.5355.5382.5-
YUV184.36153.1979.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.04%
GREEN value IS 210 (82.42% from 255) = 37.77%
BLUE value IS 229 (89.84% from 255) = 41.19%
R=21.04%
G=37.77%
B=41.19%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1172102290.490.0800.10190.1868.2967.84
Hex75D2E53180Abe4444
Octal1653223456110012276104104
Binary111010111010010111001011100011000010101011111010001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D2E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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