#75ABBE

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

Shades of Glacier #75ABBE

Tints of Glacier #75ABBE

Color information

#75ABBE (or 0x75ABBE) is unknown color: approx Glacier. HEX triplet: 75, AB and BE. RGB value is (117,171,190). Sum of RGB (Red+Green+Blue) = 117+171+190=478 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.48% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #75ABBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75ABBE is #8A5441. Grayscale: #9C9C9C. Windows color (decimal): -9065538 or 12495733. OLE color: 12495733.

HSL color Cylindrical-coordinate representation of color #75ABBE: hue angle of 195.62º 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 #75ABBE is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB117171190-
CMYK0.380.1000.25
HSL195.62º35.96%60.2%-
HSV(B)195.62º38.42%74.51%-
XYZ31.1936.6354.14-
YUV157.02146.6199.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.48%
GREEN value IS 171 (67.19% from 255) = 35.77%
BLUE value IS 190 (74.61% from 255) = 39.75%
R=24.48%
G=35.77%
B=39.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171711900.380.1000.25195.6235.9660.2
Hex75ABBE26A019c4243c
Octal16525327646120313044474
Binary11101011010101110111110100110101001100111000100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75ABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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