Html Css Color HEX #8ADEB7 Vista Blue

📋 copy color: '#8ADEB7'

red 138 ◦ green 222 ◦ blue 183

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

Shades of Vista Blue #8ADEB7

Tints of Vista Blue #8ADEB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 33.7%

R = 25.41%
G = 40.88%
B = 33.7%

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

#8ADEB7 (or 0x8ADEB7) is known color: Vista Blue. HEX triplet: 8A, DE and B7. RGB value is (138,222,183). Sum of RGB (Red+Green+Blue) = 138+222+183=543 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.41% from 543); Green value is 222 (87.11% from 255 or 40.88% from 543); Blue value is 183 (71.88% from 255 or 33.70% from 543); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADEB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADEB7 is #752148. Grayscale: #C0C0C0. Windows color (decimal): -7676233 or 12050058. OLE color: 12050058.

HSL color Cylindrical-coordinate representation of color #8ADEB7: hue angle of 152.14º 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 #8ADEB7 is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 222 183 -
CMYK 0.38 0 0.18 0.13
HSL 152.14º 0.56% 0.71% -
HSV(B) 152.14º 0.38% 0.87% -
XYZ 45.15 61.06 54.21 -
YUV 192.44 122.67 89.17 -
System Red Green Blue C M Y K H S L
Decimal 138 222 183 0.38 0 0.18 0.13 152.14 0.56 0.71
Hex 8A DE B7 26 0 12 D 98 38 47
Octal 212 336 267 46 0 22 15 230 70 107
Binary 10001010 11011110 10110111 100110 0 10010 1101 10011000 111000 1000111

Color Harmonies of #8ADEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADEB7

Black with #8ADEB7

Text Example


Text Example

White with #8ADEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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