Html Css Color HEX #83BCBE Glacier

📋 copy color: '#83BCBE'

red 131 ◦ green 188 ◦ blue 190

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

Shades of Glacier #83BCBE

Tints of Glacier #83BCBE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.94%

 BLUE value IS 190 (74.61% from 255) = 37.33%

R = 25.74%
G = 36.94%
B = 37.33%

CMYK

 C value IS 0.31

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#83BCBE (or 0x83BCBE) is known color: Glacier. HEX triplet: 83, BC and BE. RGB value is (131,188,190). Sum of RGB (Red+Green+Blue) = 131+188+190=509 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.74% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 190 - color contains mainly: blue. Hex color #83BCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BCBE is #7C4341. Grayscale: #ABABAB. Windows color (decimal): -8143682 or 12500099. OLE color: 12500099.

HSL color Cylindrical-coordinate representation of color #83BCBE: hue angle of 182.03º 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 #83BCBE is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 188 190 -
CMYK 0.31 0.01 0 0.25
HSL 182.03º 0.31% 0.63% -
HSV(B) 182.03º 0.31% 0.75% -
XYZ 36.64 44.51 55.38 -
YUV 171.19 138.62 99.34 -
System Red Green Blue C M Y K H S L
Decimal 131 188 190 0.31 0.01 0 0.25 182.03 0.31 0.63
Hex 83 BC BE 1F 1 0 19 B6 1F 3F
Octal 203 274 276 37 1 0 31 266 37 77
Binary 10000011 10111100 10111110 11111 1 0 11001 10110110 11111 111111

Color Harmonies of #83BCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BCBE

Black with #83BCBE

Text Example


Text Example

White with #83BCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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