Html Css Color HEX #8AB9BE Glacier

📋 copy color: '#8AB9BE'

red 138 ◦ green 185 ◦ blue 190

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

Shades of Glacier #8AB9BE

Tints of Glacier #8AB9BE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.06%

 BLUE value IS 190 (74.61% from 255) = 37.04%

R = 26.9%
G = 36.06%
B = 37.04%

CMYK

 C value IS 0.27

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8AB9BE (or 0x8AB9BE) is known color: Glacier. HEX triplet: 8A, B9 and BE. RGB value is (138,185,190). Sum of RGB (Red+Green+Blue) = 138+185+190=513 (67% of max value = 765). Red value is 138 (54.30% from 255 or 26.90% from 513); Green value is 185 (72.66% from 255 or 36.06% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 190 - color contains mainly: blue. Hex color #8AB9BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB9BE is #754641. Grayscale: #ABABAB. Windows color (decimal): -7685698 or 12499338. OLE color: 12499338.

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

Color convert

RGB 138 185 190 -
CMYK 0.27 0.03 0 0.25
HSL 185.77º 0.29% 0.64% -
HSV(B) 185.77º 0.27% 0.75% -
XYZ 37.12 43.82 55.22 -
YUV 171.52 138.43 104.09 -
System Red Green Blue C M Y K H S L
Decimal 138 185 190 0.27 0.03 0 0.25 185.77 0.29 0.64
Hex 8A B9 BE 1B 3 0 19 BA 1D 40
Octal 212 271 276 33 3 0 31 272 35 100
Binary 10001010 10111001 10111110 11011 11 0 11001 10111010 11101 1000000

Color Harmonies of #8AB9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB9BE

Black with #8AB9BE

Text Example


Text Example

White with #8AB9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,185,190); }

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

background-color css

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

 a { background-color: rgb(138,185,190); }

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

border-color css

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

 span { border-color: rgb(138,185,190); }

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