Html Css Color HEX #83ABBB Glacier

📋 copy color: '#83ABBB'

red 131 ◦ green 171 ◦ blue 187

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

Shades of Glacier #83ABBB

Tints of Glacier #83ABBB

RGB

 RED value IS 131 (51.56% from 255) = 26.79%

 GREEN value IS 171 (67.19% from 255) = 34.97%

 BLUE value IS 187 (73.44% from 255) = 38.24%

R = 26.79%
G = 34.97%
B = 38.24%

CMYK

 C value IS 0.30

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#83ABBB (or 0x83ABBB) is known color: Glacier. HEX triplet: 83, AB and BB. RGB value is (131,171,187). Sum of RGB (Red+Green+Blue) = 131+171+187=489 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.79% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 187 - color contains mainly: blue. Hex color #83ABBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ABBB is #7C5444. Grayscale: #A0A0A0. Windows color (decimal): -8148037 or 12299139. OLE color: 12299139.

HSL color Cylindrical-coordinate representation of color #83ABBB: hue angle of 197.14º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83ABBB is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 171 187 -
CMYK 0.30 0.09 0 0.27
HSL 197.14º 0.29% 0.62% -
HSV(B) 197.14º 0.3% 0.73% -
XYZ 32.89 37.54 52.53 -
YUV 160.86 142.75 106.7 -
System Red Green Blue C M Y K H S L
Decimal 131 171 187 0.30 0.09 0 0.27 197.14 0.29 0.62
Hex 83 AB BB 1E 9 0 1B C5 1D 3E
Octal 203 253 273 36 11 0 33 305 35 76
Binary 10000011 10101011 10111011 11110 1001 0 11011 11000101 11101 111110

Color Harmonies of #83ABBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ABBB

Black with #83ABBB

Text Example


Text Example

White with #83ABBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83ABBB; }

 p { color: rgb(131,171,187); }

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

background-color css

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

 a { background-color: rgb(131,171,187); }

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

border-color css

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

 span { border-color: rgb(131,171,187); }

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