Html Css Color HEX #8ADDAB Vista Blue

📋 copy color: '#8ADDAB'

red 138 ◦ green 221 ◦ blue 171

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

Shades of Vista Blue #8ADDAB

Tints of Vista Blue #8ADDAB

RGB

 RED value IS 138 (54.3% from 255) = 26.04%

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

 BLUE value IS 171 (67.19% from 255) = 32.26%

R = 26.04%
G = 41.7%
B = 32.26%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#8ADDAB (or 0x8ADDAB) is known color: Vista Blue. HEX triplet: 8A, DD and AB. RGB value is (138,221,171). Sum of RGB (Red+Green+Blue) = 138+221+171=530 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.04% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADDAB is #752254. Grayscale: #BEBEBE. Windows color (decimal): -7676501 or 11263370. OLE color: 11263370.

HSL color Cylindrical-coordinate representation of color #8ADDAB: hue angle of 143.86º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ADDAB is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 221 171 -
CMYK 0.38 0 0.23 0.13
HSL 143.86º 0.55% 0.7% -
HSV(B) 143.86º 0.38% 0.87% -
XYZ 43.69 60.06 47.82 -
YUV 190.48 117 90.57 -
System Red Green Blue C M Y K H S L
Decimal 138 221 171 0.38 0 0.23 0.13 143.86 0.55 0.7
Hex 8A DD AB 26 0 17 D 90 37 46
Octal 212 335 253 46 0 27 15 220 67 106
Binary 10001010 11011101 10101011 100110 0 10111 1101 10010000 110111 1000110

Color Harmonies of #8ADDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADDAB

Black with #8ADDAB

Text Example


Text Example

White with #8ADDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8ADDAB; }

 p { color: rgb(138,221,171); }

 H1.HeaderClassName
 {
   color: #8ADDAB;
 }
 .AnyTagClassName
 {
   color: #8ADDAB;
 }
</style>

background-color css

<style>
 a { background-color: #8ADDAB; }

 a { background-color: rgb(138,221,171); }

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

border-color css

<style>
 span { border-color: #8ADDAB; }

 span { border-color: rgb(138,221,171); }

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