#75CCDA

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

Shades of Spray #75CCDA

Tints of Spray #75CCDA

Color information

#75CCDA (or 0x75CCDA) is unknown color: approx Spray. HEX triplet: 75, CC and DA. RGB value is (117,204,218). Sum of RGB (Red+Green+Blue) = 117+204+218=539 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.71% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #75CCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CCDA is #8A3325. Grayscale: #B3B3B3. Windows color (decimal): -9057062 or 14339189. OLE color: 14339189.

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

Color convert

RGB117204218-
CMYK0.460.0600.15
HSL188.32º57.71%65.69%-
HSV(B)188.32º46.33%85.49%-
XYZ41.5852.0374.18-
YUV179.58149.6883.36-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.71%
GREEN value IS 204 (80.08% from 255) = 37.85%
BLUE value IS 218 (85.55% from 255) = 40.45%
R=21.71%
G=37.85%
B=40.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1172042180.460.0600.15188.3257.7165.69
Hex75CCDA2E60Fbc3a42
Octal16531433256601727472102
Binary1110101110011001101101010111011001111101111001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,204,218); }

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

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

 a { background-color: rgb(117,204,218); }

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

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

 span { border-color: rgb(117,204,218); }

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