Html Css Color HEX #8ABFC6 Glacier

📋 copy color: '#8ABFC6'

red 138 ◦ green 191 ◦ blue 198

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

Shades of Glacier #8ABFC6

Tints of Glacier #8ABFC6

RGB

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

 GREEN value IS 191 (75% from 255) = 36.24%

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

R = 26.19%
G = 36.24%
B = 37.57%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8ABFC6 (or 0x8ABFC6) is known color: Glacier. HEX triplet: 8A, BF and C6. RGB value is (138,191,198). Sum of RGB (Red+Green+Blue) = 138+191+198=527 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.19% from 527); Green value is 191 (75% from 255 or 36.24% from 527); Blue value is 198 (77.73% from 255 or 37.57% from 527); Max value from RGB is 198 - color contains mainly: blue. Hex color #8ABFC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABFC6 is #754039. Grayscale: #AFAFAF. Windows color (decimal): -7684154 or 13025162. OLE color: 13025162.

HSL color Cylindrical-coordinate representation of color #8ABFC6: hue angle of 187º 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 #8ABFC6 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 138 191 198 -
CMYK 0.30 0.04 0 0.22
HSL 187º 0.34% 0.66% -
HSV(B) 187º 0.3% 0.78% -
XYZ 39.31 46.74 60.38 -
YUV 175.95 140.44 100.93 -
System Red Green Blue C M Y K H S L
Decimal 138 191 198 0.30 0.04 0 0.22 187 0.34 0.66
Hex 8A BF C6 1E 4 0 16 BB 22 42
Octal 212 277 306 36 4 0 26 273 42 102
Binary 10001010 10111111 11000110 11110 100 0 10110 10111011 100010 1000010

Color Harmonies of #8ABFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABFC6

Black with #8ABFC6

Text Example


Text Example

White with #8ABFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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