#75BEC8

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

Shades of Glacier #75BEC8

Tints of Glacier #75BEC8

Color information

#75BEC8 (or 0x75BEC8) is unknown color: approx Glacier. HEX triplet: 75, BE and C8. RGB value is (117,190,200). Sum of RGB (Red+Green+Blue) = 117+190+200=507 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.08% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 200 (78.52% from 255 or 39.45% from 507); Max value from RGB is 200 - color contains mainly: blue. Hex color #75BEC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BEC8 is #8A4137. Grayscale: #A9A9A9. Windows color (decimal): -9060664 or 13155957. OLE color: 13155957.

HSL color Cylindrical-coordinate representation of color #75BEC8: hue angle of 187.23º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75BEC8 is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB117190200-
CMYK0.420.0500.22
HSL187.23º43.01%62.16%-
HSV(B)187.23º41.5%78.43%-
XYZ36.1744.7861.38-
YUV169.31145.3290.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.08%
GREEN value IS 190 (74.61% from 255) = 37.48%
BLUE value IS 200 (78.52% from 255) = 39.45%
R=23.08%
G=37.48%
B=39.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1171902000.420.0500.22187.2343.0162.16
Hex75BEC82A5016bb2b3e
Octal1652763105250262735376
Binary1110101101111101100100010101010101011010111011101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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