#75C9CC

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

Shades of Spray #75C9CC

Tints of Spray #75C9CC

Color information

#75C9CC (or 0x75C9CC) is unknown color: approx Spray. HEX triplet: 75, C9 and CC. RGB value is (117,201,204). Sum of RGB (Red+Green+Blue) = 117+201+204=522 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.41% from 522); Green value is 201 (78.91% from 255 or 38.51% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 204 - color contains mainly: blue. Hex color #75C9CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75C9CC is #8A3633. Grayscale: #B0B0B0. Windows color (decimal): -9057844 or 13420917. OLE color: 13420917.

HSL color Cylindrical-coordinate representation of color #75C9CC: hue angle of 182.07º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75C9CC is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB117201204-
CMYK0.430.0100.2
HSL182.07º46.03%62.94%-
HSV(B)182.07º42.65%80%-
XYZ39.1249.9164.7-
YUV176.23143.6785.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.41%
GREEN value IS 201 (78.91% from 255) = 38.51%
BLUE value IS 204 (80.08% from 255) = 39.08%
R=22.41%
G=38.51%
B=39.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1172012040.430.0100.2182.0746.0362.94
Hex75C9CC2B1014b62e3f
Octal1653113145310242665677
Binary11101011100100111001100101011101010010110110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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