Html Css Color HEX #ABC1B8 Periglacial Blue

📋 copy color: '#ABC1B8'

red 171 ◦ green 193 ◦ blue 184

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

Shades of Periglacial Blue #ABC1B8

Tints of Periglacial Blue #ABC1B8

RGB

 RED value IS 171 (67.19% from 255) = 31.2%

 GREEN value IS 193 (75.78% from 255) = 35.22%

 BLUE value IS 184 (72.27% from 255) = 33.58%

R = 31.2%
G = 35.22%
B = 33.58%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#ABC1B8 (or 0xABC1B8) is known color: Periglacial Blue. HEX triplet: AB, C1 and B8. RGB value is (171,193,184). Sum of RGB (Red+Green+Blue) = 171+193+184=548 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.20% from 548); Green value is 193 (75.78% from 255 or 35.22% from 548); Blue value is 184 (72.27% from 255 or 33.58% from 548); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC1B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC1B8 is #543E47. Grayscale: #B9B9B9. Windows color (decimal): -5520968 or 12108203. OLE color: 12108203.

HSL color Cylindrical-coordinate representation of color #ABC1B8: hue angle of 155.45º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABC1B8 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 193 184 -
CMYK 0.11 0 0.05 0.24
HSL 155.45º 0.15% 0.71% -
HSV(B) 155.45º 0.11% 0.76% -
XYZ 44.52 50.26 52.7 -
YUV 185.4 127.21 117.73 -
System Red Green Blue C M Y K H S L
Decimal 171 193 184 0.11 0 0.05 0.24 155.45 0.15 0.71
Hex AB C1 B8 B 0 5 18 9B F 47
Octal 253 301 270 13 0 5 30 233 17 107
Binary 10101011 11000001 10111000 1011 0 101 11000 10011011 1111 1000111

Color Harmonies of #ABC1B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC1B8

Black with #ABC1B8

Text Example


Text Example

White with #ABC1B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC1B8; }

 p { color: rgb(171,193,184); }

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

background-color css

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

 a { background-color: rgb(171,193,184); }

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

border-color css

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

 span { border-color: rgb(171,193,184); }

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