Html Css Color HEX #83DAAF Vista Blue

📋 copy color: '#83DAAF'

red 131 ◦ green 218 ◦ blue 175

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

Shades of Vista Blue #83DAAF

Tints of Vista Blue #83DAAF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.6%

 BLUE value IS 175 (68.75% from 255) = 33.4%

R = 25%
G = 41.6%
B = 33.4%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#83DAAF (or 0x83DAAF) is known color: Vista Blue. HEX triplet: 83, DA and AF. RGB value is (131,218,175). Sum of RGB (Red+Green+Blue) = 131+218+175=524 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25% from 524); Green value is 218 (85.55% from 255 or 41.60% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 218 - color contains mainly: green. Hex color #83DAAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DAAF is #7C2550. Grayscale: #BBBBBB. Windows color (decimal): -8136017 or 11524739. OLE color: 11524739.

HSL color Cylindrical-coordinate representation of color #83DAAF: hue angle of 150.34º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83DAAF is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 218 175 -
CMYK 0.40 0 0.20 0.15
HSL 150.34º 0.54% 0.68% -
HSV(B) 150.34º 0.4% 0.85% -
XYZ 42.17 58.06 49.54 -
YUV 187.09 121.18 88 -
System Red Green Blue C M Y K H S L
Decimal 131 218 175 0.40 0 0.20 0.15 150.34 0.54 0.68
Hex 83 DA AF 28 0 14 F 96 36 44
Octal 203 332 257 50 0 24 17 226 66 104
Binary 10000011 11011010 10101111 101000 0 10100 1111 10010110 110110 1000100

Color Harmonies of #83DAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DAAF

Black with #83DAAF

Text Example


Text Example

White with #83DAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,218,175); }

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

background-color css

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

 a { background-color: rgb(131,218,175); }

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

border-color css

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

 span { border-color: rgb(131,218,175); }

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