#83BBBE

Color #83BBBE Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #83BBBE

Tints of Glacier #83BBBE

Color information

#83BBBE (or 0x83BBBE) is unknown color: approx Glacier. HEX triplet: 83, BB and BE. RGB value is (131,187,190). Sum of RGB (Red+Green+Blue) = 131+187+190=508 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.79% from 508); Green value is 187 (73.44% from 255 or 36.81% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 190 - color contains mainly: blue. Hex color #83BBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BBBE is #7C4441. Grayscale: #AAAAAA. Windows color (decimal): -8143938 or 12499843. OLE color: 12499843.

HSL color Cylindrical-coordinate representation of color #83BBBE: hue angle of 183.05º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #83BBBE is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB131187190-
CMYK0.310.0200.25
HSL183.05º31.22%62.94%-
HSV(B)183.05º31.05%74.51%-
XYZ36.4244.0855.3-
YUV170.6138.9599.76-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.79%
GREEN value IS 187 (73.44% from 255) = 36.81%
BLUE value IS 190 (74.61% from 255) = 37.40%
R=25.79%
G=36.81%
B=37.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1311871900.310.0200.25183.0531.2262.94
Hex83BBBE1F2019b71f3f
Octal2032732763720312673777
Binary10000011101110111011111011111100110011011011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #83BBBE;
 }
 .AnyTagClassName
 {
   color: #83BBBE;
 }
</style>
background-color css

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

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

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

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

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

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