Html Css Color HEX #83BBBE Glacier

📋 copy color: '#83BBBE'

red 131 ◦ green 187 ◦ blue 190

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

Shades of Glacier #83BBBE

Tints of Glacier #83BBBE

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.4%

R = 25.79%
G = 36.81%
B = 37.4%

CMYK

 C value IS 0.31

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#83BBBE (or 0x83BBBE) is known color: 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

RGB 131 187 190 -
CMYK 0.31 0.02 0 0.25
HSL 183.05º 0.31% 0.63% -
HSV(B) 183.05º 0.31% 0.75% -
XYZ 36.42 44.08 55.3 -
YUV 170.6 138.95 99.76 -
System Red Green Blue C M Y K H S L
Decimal 131 187 190 0.31 0.02 0 0.25 183.05 0.31 0.63
Hex 83 BB BE 1F 2 0 19 B7 1F 3F
Octal 203 273 276 37 2 0 31 267 37 77
Binary 10000011 10111011 10111110 11111 10 0 11001 10110111 11111 111111

Color Harmonies of #83BBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BBBE

Black with #83BBBE

Text Example


Text Example

White with #83BBBE

Text Example


Text Example

HTML Codes & Css Web 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>