#75C3DF

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

Shades of Spray #75C3DF

Tints of Spray #75C3DF

Color information

#75C3DF (or 0x75C3DF) is unknown color: approx Spray. HEX triplet: 75, C3 and DF. RGB value is (117,195,223). Sum of RGB (Red+Green+Blue) = 117+195+223=535 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.87% from 535); Green value is 195 (76.56% from 255 or 36.45% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #75C3DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75C3DF is #8A3C20. Grayscale: #AEAEAE. Windows color (decimal): -9059361 or 14664565. OLE color: 14664565.

HSL color Cylindrical-coordinate representation of color #75C3DF: hue angle of 195.85º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75C3DF is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB117195223-
CMYK0.480.1300.13
HSL195.85º62.35%66.67%-
HSV(B)195.85º47.53%87.45%-
XYZ40.1748.1476.99-
YUV174.87155.1686.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.87%
GREEN value IS 195 (76.56% from 255) = 36.45%
BLUE value IS 223 (87.5% from 255) = 41.68%
R=21.87%
G=36.45%
B=41.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1171952230.480.1300.13195.8562.3566.67
Hex75C3DF30D0Dc43e43
Octal165303337601501530476103
Binary11101011100001111011111110000110101101110001001111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,195,223); }

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

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

 a { background-color: rgb(117,195,223); }

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

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

 span { border-color: rgb(117,195,223); }

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