#8ABFC8

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

Shades of Glacier #8ABFC8

Tints of Glacier #8ABFC8

Color information

#8ABFC8 (or 0x8ABFC8) is unknown color: approx Glacier. HEX triplet: 8A, BF and C8. RGB value is (138,191,200). Sum of RGB (Red+Green+Blue) = 138+191+200=529 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.09% from 529); Green value is 191 (75% from 255 or 36.11% from 529); Blue value is 200 (78.52% from 255 or 37.81% from 529); Max value from RGB is 200 - color contains mainly: blue. Hex color #8ABFC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABFC8 is #754037. Grayscale: #B0B0B0. Windows color (decimal): -7684152 or 13156234. OLE color: 13156234.

HSL color Cylindrical-coordinate representation of color #8ABFC8: hue angle of 188.71º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8ABFC8 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB138191200-
CMYK0.310.0400.22
HSL188.71º36.05%66.27%-
HSV(B)188.71º31%78.43%-
XYZ39.5446.8461.6-
YUV176.18141.44100.77-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.09%
GREEN value IS 191 (75% from 255) = 36.11%
BLUE value IS 200 (78.52% from 255) = 37.81%
R=26.09%
G=36.11%
B=37.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1381912000.310.0400.22188.7136.0566.27
Hex8ABFC81F4016bd2442
Octal21227731037402627544102
Binary10001010101111111100100011111100010110101111011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8ABFC8; }

 p { color: rgb(138,191,200); }

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

<style>
 a { background-color: #8ABFC8; }

 a { background-color: rgb(138,191,200); }

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

<style>
 span { border-color: #8ABFC8; }

 span { border-color: rgb(138,191,200); }

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