Html Css Color HEX #83FAB0 Vista Blue

📋 copy color: '#83FAB0'

red 131 ◦ green 250 ◦ blue 176

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

Shades of Vista Blue #83FAB0

Tints of Vista Blue #83FAB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 31.6%

R = 23.52%
G = 44.88%
B = 31.6%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#83FAB0 (or 0x83FAB0) is known color: Vista Blue. HEX triplet: 83, FA and B0. RGB value is (131,250,176). Sum of RGB (Red+Green+Blue) = 131+250+176=557 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.52% from 557); Green value is 250 (98.05% from 255 or 44.88% from 557); Blue value is 176 (69.14% from 255 or 31.60% from 557); Max value from RGB is 250 - color contains mainly: green. Hex color #83FAB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83FAB0 is #7C054F. Grayscale: #CECECE. Windows color (decimal): -8127824 or 11598467. OLE color: 11598467.

HSL color Cylindrical-coordinate representation of color #83FAB0: hue angle of 142.69º 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 #83FAB0 is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 250 176 -
CMYK 0.48 0 0.30 0.02
HSL 142.69º 0.92% 0.75% -
HSV(B) 142.69º 0.48% 0.98% -
XYZ 51.38 76.33 53.1 -
YUV 205.98 111.08 74.52 -
System Red Green Blue C M Y K H S L
Decimal 131 250 176 0.48 0 0.30 0.02 142.69 0.92 0.75
Hex 83 FA B0 30 0 1E 2 8F 5C 4B
Octal 203 372 260 60 0 36 2 217 134 113
Binary 10000011 11111010 10110000 110000 0 11110 10 10001111 1011100 1001011

Color Harmonies of #83FAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83FAB0

Black with #83FAB0

Text Example


Text Example

White with #83FAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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