#75C8E0

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

Shades of Spray #75C8E0

Tints of Spray #75C8E0

Color information

#75C8E0 (or 0x75C8E0) is unknown color: approx Spray. HEX triplet: 75, C8 and E0. RGB value is (117,200,224). Sum of RGB (Red+Green+Blue) = 117+200+224=541 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.63% from 541); Green value is 200 (78.52% from 255 or 36.97% from 541); Blue value is 224 (87.89% from 255 or 41.40% from 541); Max value from RGB is 224 - color contains mainly: blue. Hex color #75C8E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75C8E0 is #8A371F. Grayscale: #B1B1B1. Windows color (decimal): -9058080 or 14731381. OLE color: 14731381.

HSL color Cylindrical-coordinate representation of color #75C8E0: hue angle of 193.46º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75C8E0 is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB117200224-
CMYK0.480.1100.12
HSL193.46º63.31%66.86%-
HSV(B)193.46º47.77%87.84%-
XYZ41.4450.4778.08-
YUV177.9215484.55-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.63%
GREEN value IS 200 (78.52% from 255) = 36.97%
BLUE value IS 224 (87.89% from 255) = 41.40%
R=21.63%
G=36.97%
B=41.40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1172002240.480.1100.12193.4663.3166.86
Hex75C8E030B0Cc13f43
Octal165310340601301430177103
Binary11101011100100011100000110000101101100110000011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C8E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,200,224); }

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

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

 a { background-color: rgb(117,200,224); }

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

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

 span { border-color: rgb(117,200,224); }

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