#75ABBB

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

Shades of Glacier #75ABBB

Tints of Glacier #75ABBB

Color information

#75ABBB (or 0x75ABBB) is unknown color: approx Glacier. HEX triplet: 75, AB and BB. RGB value is (117,171,187). Sum of RGB (Red+Green+Blue) = 117+171+187=475 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.63% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 187 - color contains mainly: blue. Hex color #75ABBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75ABBB is #8A5444. Grayscale: #9C9C9C. Windows color (decimal): -9065541 or 12299125. OLE color: 12299125.

HSL color Cylindrical-coordinate representation of color #75ABBB: hue angle of 193.71º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75ABBB is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB117171187-
CMYK0.370.0900.27
HSL193.71º33.98%59.61%-
HSV(B)193.71º37.43%73.33%-
XYZ30.8736.552.43-
YUV156.68145.1199.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.63%
GREEN value IS 171 (67.19% from 255) = 36%
BLUE value IS 187 (73.44% from 255) = 39.37%
R=24.63%
G=36%
B=39.37%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1171711870.370.0900.27193.7133.9859.61
Hex75ABBB25901Bc2223c
Octal16525327345110333024274
Binary11101011010101110111011100101100101101111000010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75ABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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