Html Css Color HEX #8ABDC6 Glacier

📋 copy color: '#8ABDC6'

red 138 ◦ green 189 ◦ blue 198

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

Shades of Glacier #8ABDC6

Tints of Glacier #8ABDC6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36%

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

R = 26.29%
G = 36%
B = 37.71%

CMYK

 C value IS 0.30

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8ABDC6 (or 0x8ABDC6) is known color: Glacier. HEX triplet: 8A, BD and C6. RGB value is (138,189,198). Sum of RGB (Red+Green+Blue) = 138+189+198=525 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.29% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 198 (77.73% from 255 or 37.71% from 525); Max value from RGB is 198 - color contains mainly: blue. Hex color #8ABDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABDC6 is #754239. Grayscale: #AEAEAE. Windows color (decimal): -7684666 or 13024650. OLE color: 13024650.

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

Color convert

RGB 138 189 198 -
CMYK 0.30 0.05 0 0.22
HSL 189º 0.34% 0.66% -
HSV(B) 189º 0.3% 0.78% -
XYZ 38.87 45.88 60.23 -
YUV 174.78 141.1 101.77 -
System Red Green Blue C M Y K H S L
Decimal 138 189 198 0.30 0.05 0 0.22 189 0.34 0.66
Hex 8A BD C6 1E 5 0 16 BD 22 42
Octal 212 275 306 36 5 0 26 275 42 102
Binary 10001010 10111101 11000110 11110 101 0 10110 10111101 100010 1000010

Color Harmonies of #8ABDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABDC6

Black with #8ABDC6

Text Example


Text Example

White with #8ABDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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