Html Css Color HEX #83DDB5 Vista Blue

📋 copy color: '#83DDB5'

red 131 ◦ green 221 ◦ blue 181

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

Shades of Vista Blue #83DDB5

Tints of Vista Blue #83DDB5

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.46%

 BLUE value IS 181 (71.09% from 255) = 33.96%

R = 24.58%
G = 41.46%
B = 33.96%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#83DDB5 (or 0x83DDB5) is known color: Vista Blue. HEX triplet: 83, DD and B5. RGB value is (131,221,181). Sum of RGB (Red+Green+Blue) = 131+221+181=533 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.58% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 181 (71.09% from 255 or 33.96% from 533); Max value from RGB is 221 - color contains mainly: green. Hex color #83DDB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DDB5 is #7C224A. Grayscale: #BDBDBD. Windows color (decimal): -8135243 or 11918723. OLE color: 11918723.

HSL color Cylindrical-coordinate representation of color #83DDB5: hue angle of 153.33º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83DDB5 is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 221 181 -
CMYK 0.41 0 0.18 0.13
HSL 153.33º 0.57% 0.69% -
HSV(B) 153.33º 0.41% 0.87% -
XYZ 43.56 59.87 52.98 -
YUV 189.53 123.18 86.25 -
System Red Green Blue C M Y K H S L
Decimal 131 221 181 0.41 0 0.18 0.13 153.33 0.57 0.69
Hex 83 DD B5 29 0 12 D 99 39 45
Octal 203 335 265 51 0 22 15 231 71 105
Binary 10000011 11011101 10110101 101001 0 10010 1101 10011001 111001 1000101

Color Harmonies of #83DDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DDB5

Black with #83DDB5

Text Example


Text Example

White with #83DDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,221,181); }

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

background-color css

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

 a { background-color: rgb(131,221,181); }

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

border-color css

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

 span { border-color: rgb(131,221,181); }

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