#75AFBE

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

Shades of Glacier #75AFBE

Tints of Glacier #75AFBE

Color information

#75AFBE (or 0x75AFBE) is unknown color: approx Glacier. HEX triplet: 75, AF and BE. RGB value is (117,175,190). Sum of RGB (Red+Green+Blue) = 117+175+190=482 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.27% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 190 - color contains mainly: blue. Hex color #75AFBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75AFBE is #8A5041. Grayscale: #9F9F9F. Windows color (decimal): -9064514 or 12496757. OLE color: 12496757.

HSL color Cylindrical-coordinate representation of color #75AFBE: hue angle of 192.33º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75AFBE is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB117175190-
CMYK0.380.0800.25
HSL192.33º35.96%60.2%-
HSV(B)192.33º38.42%74.51%-
XYZ31.9638.1654.4-
YUV159.37145.2897.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.27%
GREEN value IS 175 (68.75% from 255) = 36.31%
BLUE value IS 190 (74.61% from 255) = 39.42%
R=24.27%
G=36.31%
B=39.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171751900.380.0800.25192.3335.9660.2
Hex75AFBE268019c0243c
Octal16525727646100313004474
Binary11101011010111110111110100110100001100111000000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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