Html Css Color HEX #8ABBC6 Glacier

📋 copy color: '#8ABBC6'

red 138 ◦ green 187 ◦ blue 198

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

Shades of Glacier #8ABBC6

Tints of Glacier #8ABBC6

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.76%

 BLUE value IS 198 (77.73% from 255) = 37.86%

R = 26.39%
G = 35.76%
B = 37.86%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8ABBC6 (or 0x8ABBC6) is known color: Glacier. HEX triplet: 8A, BB and C6. RGB value is (138,187,198). Sum of RGB (Red+Green+Blue) = 138+187+198=523 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.39% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 198 (77.73% from 255 or 37.86% from 523); Max value from RGB is 198 - color contains mainly: blue. Hex color #8ABBC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABBC6 is #754439. Grayscale: #ADADAD. Windows color (decimal): -7685178 or 13024138. OLE color: 13024138.

HSL color Cylindrical-coordinate representation of color #8ABBC6: hue angle of 191º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8ABBC6 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 138 187 198 -
CMYK 0.30 0.06 0 0.22
HSL 191º 0.34% 0.66% -
HSV(B) 191º 0.3% 0.78% -
XYZ 38.44 45.02 60.09 -
YUV 173.6 141.77 102.61 -
System Red Green Blue C M Y K H S L
Decimal 138 187 198 0.30 0.06 0 0.22 191 0.34 0.66
Hex 8A BB C6 1E 6 0 16 BF 22 42
Octal 212 273 306 36 6 0 26 277 42 102
Binary 10001010 10111011 11000110 11110 110 0 10110 10111111 100010 1000010

Color Harmonies of #8ABBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABBC6

Black with #8ABBC6

Text Example


Text Example

White with #8ABBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,187,198); }

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

background-color css

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

 a { background-color: rgb(138,187,198); }

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

border-color css

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

 span { border-color: rgb(138,187,198); }

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