Html Css Color HEX #8ABCC6 Glacier

📋 copy color: '#8ABCC6'

red 138 ◦ green 188 ◦ blue 198

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

Shades of Glacier #8ABCC6

Tints of Glacier #8ABCC6

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.88%

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

R = 26.34%
G = 35.88%
B = 37.79%

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

#8ABCC6 (or 0x8ABCC6) is known color: Glacier. HEX triplet: 8A, BC and C6. RGB value is (138,188,198). Sum of RGB (Red+Green+Blue) = 138+188+198=524 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.34% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 198 (77.73% from 255 or 37.79% from 524); Max value from RGB is 198 - color contains mainly: blue. Hex color #8ABCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABCC6 is #754339. Grayscale: #AEAEAE. Windows color (decimal): -7684922 or 13024394. OLE color: 13024394.

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

Color convert

RGB 138 188 198 -
CMYK 0.30 0.05 0 0.22
HSL 190º 0.34% 0.66% -
HSV(B) 190º 0.3% 0.78% -
XYZ 38.66 45.45 60.16 -
YUV 174.19 141.44 102.19 -
System Red Green Blue C M Y K H S L
Decimal 138 188 198 0.30 0.05 0 0.22 190 0.34 0.66
Hex 8A BC C6 1E 5 0 16 BE 22 42
Octal 212 274 306 36 5 0 26 276 42 102
Binary 10001010 10111100 11000110 11110 101 0 10110 10111110 100010 1000010

Color Harmonies of #8ABCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABCC6

Black with #8ABCC6

Text Example


Text Example

White with #8ABCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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