#75CADC

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

Shades of Spray #75CADC

Tints of Spray #75CADC

Color information

#75CADC (or 0x75CADC) is unknown color: approx Spray. HEX triplet: 75, CA and DC. RGB value is (117,202,220). Sum of RGB (Red+Green+Blue) = 117+202+220=539 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.71% from 539); Green value is 202 (79.30% from 255 or 37.48% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #75CADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CADC is #8A3523. Grayscale: #B2B2B2. Windows color (decimal): -9057572 or 14469749. OLE color: 14469749.

HSL color Cylindrical-coordinate representation of color #75CADC: hue angle of 190.49º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75CADC is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB117202220-
CMYK0.470.0800.14
HSL190.49º59.54%66.08%-
HSV(B)190.49º46.82%86.27%-
XYZ41.3751.1975.41-
YUV178.64151.3484.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.71%
GREEN value IS 202 (79.30% from 255) = 37.48%
BLUE value IS 220 (86.33% from 255) = 40.82%
R=21.71%
G=37.48%
B=40.82%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1172022200.470.0800.14190.4959.5466.08
Hex75CADC2F80Ebe3c42
Octal165312334571001627674102
Binary11101011100101011011100101111100001110101111101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,202,220); }

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

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

 a { background-color: rgb(117,202,220); }

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

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

 span { border-color: rgb(117,202,220); }

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