Html Css Color HEX #83CEAB Vista Blue

📋 copy color: '#83CEAB'

red 131 ◦ green 206 ◦ blue 171

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

Shades of Vista Blue #83CEAB

Tints of Vista Blue #83CEAB

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

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

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

RGB 131 206 171 -
CMYK 0.36 0 0.17 0.19
HSL 152º 0.43% 0.66% -
HSV(B) 152º 0.36% 0.81% -
XYZ 38.78 51.91 46.5 -
YUV 179.59 123.15 93.35 -
System Red Green Blue C M Y K H S L
Decimal 131 206 171 0.36 0 0.17 0.19 152 0.43 0.66
Hex 83 CE AB 24 0 11 13 98 2B 42
Octal 203 316 253 44 0 21 23 230 53 102
Binary 10000011 11001110 10101011 100100 0 10001 10011 10011000 101011 1000010

Color Harmonies of #83CEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CEAB

Black with #83CEAB

Text Example


Text Example

White with #83CEAB

Text Example


Text Example

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