#83CEAB

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

Shades of Vista Blue #83CEAB

Tints of Vista Blue #83CEAB

Color information

#83CEAB (or 0x83CEAB) is unknown color: approx Vista Blue. HEX triplet: 83, CE and AB. RGB value is (131,206,171). Sum of RGB (Red+Green+Blue) = 131+206+171=508 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.79% from 508); Green value is 206 (80.86% from 255 or 40.55% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 206 - color contains mainly: green. Hex color #83CEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83CEAB is #7C3154. Grayscale: #B3B3B3. Windows color (decimal): -8139093 or 11259523. OLE color: 11259523.

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

Color convert

RGB131206171-
CMYK0.3600.170.19
HSL152º43.35%66.08%-
HSV(B)152º36.41%80.78%-
XYZ38.7851.9146.5-
YUV179.58123.1593.35-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.79%
GREEN value IS 206 (80.86% from 255) = 40.55%
BLUE value IS 171 (67.19% from 255) = 33.66%
R=25.79%
G=40.55%
B=33.66%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1312061710.3600.170.1915243.3566.08
Hex83CEAB2401113982b42
Octal203316253440212323053102
Binary10000011110011101010101110010001000110011100110001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83CEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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