Html Css Color HEX #83FAB1 Vista Blue

📋 copy color: '#83FAB1'

red 131 ◦ green 250 ◦ blue 177

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

Shades of Vista Blue #83FAB1

Tints of Vista Blue #83FAB1

RGB

 RED value IS 131 (51.56% from 255) = 23.48%

 GREEN value IS 250 (98.05% from 255) = 44.8%

 BLUE value IS 177 (69.53% from 255) = 31.72%

R = 23.48%
G = 44.8%
B = 31.72%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#83FAB1 (or 0x83FAB1) is known color: Vista Blue. HEX triplet: 83, FA and B1. RGB value is (131,250,177). Sum of RGB (Red+Green+Blue) = 131+250+177=558 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.48% from 558); Green value is 250 (98.05% from 255 or 44.80% from 558); Blue value is 177 (69.53% from 255 or 31.72% from 558); Max value from RGB is 250 - color contains mainly: green. Hex color #83FAB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83FAB1 is #7C054E. Grayscale: #CECECE. Windows color (decimal): -8127823 or 11664003. OLE color: 11664003.

HSL color Cylindrical-coordinate representation of color #83FAB1: hue angle of 143.19º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83FAB1 is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 250 177 -
CMYK 0.48 0 0.29 0.02
HSL 143.19º 0.92% 0.75% -
HSV(B) 143.19º 0.48% 0.98% -
XYZ 51.48 76.37 53.62 -
YUV 206.1 111.58 74.44 -
System Red Green Blue C M Y K H S L
Decimal 131 250 177 0.48 0 0.29 0.02 143.19 0.92 0.75
Hex 83 FA B1 30 0 1D 2 8F 5C 4B
Octal 203 372 261 60 0 35 2 217 134 113
Binary 10000011 11111010 10110001 110000 0 11101 10 10001111 1011100 1001011

Color Harmonies of #83FAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83FAB1

Black with #83FAB1

Text Example


Text Example

White with #83FAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,250,177); }

 H1.HeaderClassName
 {
   color: #83FAB1;
 }
 .AnyTagClassName
 {
   color: #83FAB1;
 }
</style>

background-color css

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

 a { background-color: rgb(131,250,177); }

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

border-color css

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

 span { border-color: rgb(131,250,177); }

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