#83DBAD

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

Shades of Vista Blue #83DBAD

Tints of Vista Blue #83DBAD

Color information

#83DBAD (or 0x83DBAD) is unknown color: approx Vista Blue. HEX triplet: 83, DB and AD. RGB value is (131,219,173). Sum of RGB (Red+Green+Blue) = 131+219+173=523 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.05% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 219 - color contains mainly: green. Hex color #83DBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DBAD is #7C2452. Grayscale: #BBBBBB. Windows color (decimal): -8135763 or 11393923. OLE color: 11393923.

HSL color Cylindrical-coordinate representation of color #83DBAD: hue angle of 148.64º degrees, saturation: 0.55, 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 #83DBAD is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB131219173-
CMYK0.4000.210.14
HSL148.64º55%68.63%-
HSV(B)148.64º40.18%85.88%-
XYZ42.2358.5148.6-
YUV187.44119.8587.74-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.05%
GREEN value IS 219 (85.94% from 255) = 41.87%
BLUE value IS 173 (67.97% from 255) = 33.08%
R=25.05%
G=41.87%
B=33.08%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1312191730.4000.210.14148.645568.63
Hex83DBAD28015E953745
Octal203333255500251622567105
Binary1000001111011011101011011010000101011110100101011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,219,173); }

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

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

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

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

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

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

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