Html Css Color HEX #83BBBB Glacier

📋 copy color: '#83BBBB'

red 131 ◦ green 187 ◦ blue 187

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

Shades of Glacier #83BBBB

Tints of Glacier #83BBBB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.03%

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

R = 25.94%
G = 37.03%
B = 37.03%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#83BBBB (or 0x83BBBB) is known color: Glacier. HEX triplet: 83, BB and BB. RGB value is (131,187,187). Sum of RGB (Red+Green+Blue) = 131+187+187=505 (66% of max value = 765). Red value is 131 (51.56% from 255 or 25.94% from 505); Green value is 187 (73.44% from 255 or 37.03% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #83BBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BBBB is #7C4444. Grayscale: #AAAAAA. Windows color (decimal): -8143941 or 12303235. OLE color: 12303235.

HSL color Cylindrical-coordinate representation of color #83BBBB: hue angle of 180º 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 #83BBBB is Cyan = 0.30, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 187 187 -
CMYK 0.30 0 0 0.27
HSL 180º 0.29% 0.62% -
HSV(B) 180º 0.3% 0.73% -
XYZ 36.1 43.95 53.59 -
YUV 170.26 137.45 100 -
System Red Green Blue C M Y K H S L
Decimal 131 187 187 0.30 0 0 0.27 180 0.29 0.62
Hex 83 BB BB 1E 0 0 1B B4 1D 3E
Octal 203 273 273 36 0 0 33 264 35 76
Binary 10000011 10111011 10111011 11110 0 0 11011 10110100 11101 111110

Color Harmonies of #83BBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BBBB

Black with #83BBBB

Text Example


Text Example

White with #83BBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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