#75CCD6

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

Shades of Spray #75CCD6

Tints of Spray #75CCD6

Color information

#75CCD6 (or 0x75CCD6) is unknown color: approx Spray. HEX triplet: 75, CC and D6. RGB value is (117,204,214). Sum of RGB (Red+Green+Blue) = 117+204+214=535 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.87% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 214 (83.98% from 255 or 40% from 535); Max value from RGB is 214 - color contains mainly: blue. Hex color #75CCD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CCD6 is #8A3329. Grayscale: #B3B3B3. Windows color (decimal): -9057066 or 14077045. OLE color: 14077045.

HSL color Cylindrical-coordinate representation of color #75CCD6: hue angle of 186.19º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75CCD6 is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB117204214-
CMYK0.450.0500.16
HSL186.19º54.19%64.9%-
HSV(B)186.19º45.33%83.92%-
XYZ41.0751.8271.46-
YUV179.13147.6883.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.87%
GREEN value IS 204 (80.08% from 255) = 38.13%
BLUE value IS 214 (83.98% from 255) = 40%
R=21.87%
G=38.13%
B=40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1172042140.450.0500.16186.1954.1964.9
Hex75CCD62D5010ba3641
Octal16531432655502027266101
Binary11101011100110011010110101101101010000101110101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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