Html Css Color HEX #8ADEB6 Vista Blue

📋 copy color: '#8ADEB6'

red 138 ◦ green 222 ◦ blue 182

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

Shades of Vista Blue #8ADEB6

Tints of Vista Blue #8ADEB6

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.96%

 BLUE value IS 182 (71.48% from 255) = 33.58%

R = 25.46%
G = 40.96%
B = 33.58%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#8ADEB6 (or 0x8ADEB6) is known color: Vista Blue. HEX triplet: 8A, DE and B6. RGB value is (138,222,182). Sum of RGB (Red+Green+Blue) = 138+222+182=542 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.46% from 542); Green value is 222 (87.11% from 255 or 40.96% from 542); Blue value is 182 (71.48% from 255 or 33.58% from 542); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADEB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADEB6 is #752149. Grayscale: #C0C0C0. Windows color (decimal): -7676234 or 11984522. OLE color: 11984522.

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

Color convert

RGB 138 222 182 -
CMYK 0.38 0 0.18 0.13
HSL 151.43º 0.56% 0.71% -
HSV(B) 151.43º 0.38% 0.87% -
XYZ 45.05 61.02 53.66 -
YUV 192.32 122.17 89.25 -
System Red Green Blue C M Y K H S L
Decimal 138 222 182 0.38 0 0.18 0.13 151.43 0.56 0.71
Hex 8A DE B6 26 0 12 D 97 38 47
Octal 212 336 266 46 0 22 15 227 70 107
Binary 10001010 11011110 10110110 100110 0 10010 1101 10010111 111000 1000111

Color Harmonies of #8ADEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADEB6

Black with #8ADEB6

Text Example


Text Example

White with #8ADEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,222,182); }

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

background-color css

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

 a { background-color: rgb(138,222,182); }

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

border-color css

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

 span { border-color: rgb(138,222,182); }

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