#83CDAB

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

Shades of Vista Blue #83CDAB

Tints of Vista Blue #83CDAB

Color information

#83CDAB (or 0x83CDAB) is unknown color: approx Vista Blue. HEX triplet: 83, CD and AB. RGB value is (131,205,171). Sum of RGB (Red+Green+Blue) = 131+205+171=507 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.84% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 205 - color contains mainly: green. Hex color #83CDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83CDAB is #7C3254. Grayscale: #B3B3B3. Windows color (decimal): -8139349 or 11259267. OLE color: 11259267.

HSL color Cylindrical-coordinate representation of color #83CDAB: hue angle of 152.43º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83CDAB is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB131205171-
CMYK0.3600.170.20
HSL152.43º42.53%65.88%-
HSV(B)152.43º36.1%80.39%-
XYZ38.5451.4346.42-
YUV179123.4893.76-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.84%
GREEN value IS 205 (80.47% from 255) = 40.43%
BLUE value IS 171 (67.19% from 255) = 33.73%
R=25.84%
G=40.43%
B=33.73%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1312051710.3600.170.20152.4342.5365.88
Hex83CDAB2401114982b42
Octal203315253440212423053102
Binary10000011110011011010101110010001000110100100110001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83CDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,205,171); }

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

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

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

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

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

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

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