Html Css Color HEX #83DCB5 Vista Blue

📋 copy color: '#83DCB5'

red 131 ◦ green 220 ◦ blue 181

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

Shades of Vista Blue #83DCB5

Tints of Vista Blue #83DCB5

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.35%

 BLUE value IS 181 (71.09% from 255) = 34.02%

R = 24.62%
G = 41.35%
B = 34.02%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#83DCB5 (or 0x83DCB5) is known color: Vista Blue. HEX triplet: 83, DC and B5. RGB value is (131,220,181). Sum of RGB (Red+Green+Blue) = 131+220+181=532 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.62% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 181 (71.09% from 255 or 34.02% from 532); Max value from RGB is 220 - color contains mainly: green. Hex color #83DCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DCB5 is #7C234A. Grayscale: #BDBDBD. Windows color (decimal): -8135499 or 11918467. OLE color: 11918467.

HSL color Cylindrical-coordinate representation of color #83DCB5: hue angle of 153.71º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83DCB5 is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 220 181 -
CMYK 0.40 0 0.18 0.14
HSL 153.71º 0.56% 0.69% -
HSV(B) 153.71º 0.4% 0.86% -
XYZ 43.29 59.35 52.89 -
YUV 188.94 123.51 86.67 -
System Red Green Blue C M Y K H S L
Decimal 131 220 181 0.40 0 0.18 0.14 153.71 0.56 0.69
Hex 83 DC B5 28 0 12 E 9A 38 45
Octal 203 334 265 50 0 22 16 232 70 105
Binary 10000011 11011100 10110101 101000 0 10010 1110 10011010 111000 1000101

Color Harmonies of #83DCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DCB5

Black with #83DCB5

Text Example


Text Example

White with #83DCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,220,181); }

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

background-color css

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

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

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

border-color css

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

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

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