Html Css Color HEX #83CDAB Vista Blue

📋 copy color: '#83CDAB'

red 131 ◦ green 205 ◦ blue 171

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

Shades of Vista Blue #83CDAB

Tints of Vista Blue #83CDAB

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 value IS 0.36

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#83CDAB (or 0x83CDAB) is known color: 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

RGB 131 205 171 -
CMYK 0.36 0 0.17 0.20
HSL 152.43º 0.43% 0.66% -
HSV(B) 152.43º 0.36% 0.8% -
XYZ 38.54 51.43 46.42 -
YUV 179 123.48 93.76 -
System Red Green Blue C M Y K H S L
Decimal 131 205 171 0.36 0 0.17 0.20 152.43 0.43 0.66
Hex 83 CD AB 24 0 11 14 98 2B 42
Octal 203 315 253 44 0 21 24 230 53 102
Binary 10000011 11001101 10101011 100100 0 10001 10100 10011000 101011 1000010

Color Harmonies of #83CDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CDAB

Black with #83CDAB

Text Example


Text Example

White with #83CDAB

Text Example


Text Example

HTML Codes & Css Web 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>