Html Css Color HEX #8AB8BF Glacier

📋 copy color: '#8AB8BF'

red 138 ◦ green 184 ◦ blue 191

#8AB8BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Glacier #8AB8BF

Tints of Glacier #8AB8BF

RGB

 RED value IS 138 (54.3% from 255) = 26.9%

 GREEN value IS 184 (72.27% from 255) = 35.87%

 BLUE value IS 191 (75% from 255) = 37.23%

R = 26.9%
G = 35.87%
B = 37.23%

CMYK

 C value IS 0.28

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8AB8BF (or 0x8AB8BF) is known color: Glacier. HEX triplet: 8A, B8 and BF. RGB value is (138,184,191). Sum of RGB (Red+Green+Blue) = 138+184+191=513 (67% of max value = 765). Red value is 138 (54.30% from 255 or 26.90% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 191 - color contains mainly: blue. Hex color #8AB8BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB8BF is #754740. Grayscale: #AAAAAA. Windows color (decimal): -7685953 or 12564618. OLE color: 12564618.

HSL color Cylindrical-coordinate representation of color #8AB8BF: hue angle of 187.92º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8AB8BF is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 138 184 191 -
CMYK 0.28 0.04 0 0.25
HSL 187.92º 0.29% 0.65% -
HSV(B) 187.92º 0.28% 0.75% -
XYZ 37.03 43.45 55.72 -
YUV 171.04 139.26 104.43 -
System Red Green Blue C M Y K H S L
Decimal 138 184 191 0.28 0.04 0 0.25 187.92 0.29 0.65
Hex 8A B8 BF 1C 4 0 19 BC 1D 41
Octal 212 270 277 34 4 0 31 274 35 101
Binary 10001010 10111000 10111111 11100 100 0 11001 10111100 11101 1000001

Color Harmonies of #8AB8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB8BF

Black with #8AB8BF

Text Example


Text Example

White with #8AB8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8AB8BF;
 }
 .AnyTagClassName
 {
   color: #8AB8BF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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