Html Css Color HEX #83B9BC Glacier

📋 copy color: '#83B9BC'

red 131 ◦ green 185 ◦ blue 188

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

Shades of Glacier #83B9BC

Tints of Glacier #83B9BC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.71%

 BLUE value IS 188 (73.83% from 255) = 37.3%

R = 25.99%
G = 36.71%
B = 37.3%

CMYK

 C value IS 0.30

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#83B9BC (or 0x83B9BC) is known color: Glacier. HEX triplet: 83, B9 and BC. RGB value is (131,185,188). Sum of RGB (Red+Green+Blue) = 131+185+188=504 (66% of max value = 765). Red value is 131 (51.56% from 255 or 25.99% from 504); Green value is 185 (72.66% from 255 or 36.71% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 188 - color contains mainly: blue. Hex color #83B9BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83B9BC is #7C4643. Grayscale: #A9A9A9. Windows color (decimal): -8144452 or 12368259. OLE color: 12368259.

HSL color Cylindrical-coordinate representation of color #83B9BC: hue angle of 183.16º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83B9BC is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 185 188 -
CMYK 0.30 0.02 0 0.26
HSL 183.16º 0.3% 0.63% -
HSV(B) 183.16º 0.3% 0.74% -
XYZ 35.79 43.15 54.02 -
YUV 169.2 138.61 100.76 -
System Red Green Blue C M Y K H S L
Decimal 131 185 188 0.30 0.02 0 0.26 183.16 0.3 0.63
Hex 83 B9 BC 1E 2 0 1A B7 1E 3F
Octal 203 271 274 36 2 0 32 267 36 77
Binary 10000011 10111001 10111100 11110 10 0 11010 10110111 11110 111111

Color Harmonies of #83B9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B9BC

Black with #83B9BC

Text Example


Text Example

White with #83B9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,185,188); }

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

background-color css

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

 a { background-color: rgb(131,185,188); }

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

border-color css

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

 span { border-color: rgb(131,185,188); }

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