Html Css Color HEX #8ADEAF Vista Blue

📋 copy color: '#8ADEAF'

red 138 ◦ green 222 ◦ blue 175

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

Shades of Vista Blue #8ADEAF

Tints of Vista Blue #8ADEAF

RGB

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

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

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

R = 25.79%
G = 41.5%
B = 32.71%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#8ADEAF (or 0x8ADEAF) is known color: Vista Blue. HEX triplet: 8A, DE and AF. RGB value is (138,222,175). Sum of RGB (Red+Green+Blue) = 138+222+175=535 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.79% from 535); Green value is 222 (87.11% from 255 or 41.50% from 535); Blue value is 175 (68.75% from 255 or 32.71% from 535); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADEAF is #752150. Grayscale: #BFBFBF. Windows color (decimal): -7676241 or 11525770. OLE color: 11525770.

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

Color convert

RGB 138 222 175 -
CMYK 0.38 0 0.21 0.13
HSL 146.43º 0.56% 0.71% -
HSV(B) 146.43º 0.38% 0.87% -
XYZ 44.34 60.74 49.94 -
YUV 191.53 118.67 89.82 -
System Red Green Blue C M Y K H S L
Decimal 138 222 175 0.38 0 0.21 0.13 146.43 0.56 0.71
Hex 8A DE AF 26 0 15 D 92 38 47
Octal 212 336 257 46 0 25 15 222 70 107
Binary 10001010 11011110 10101111 100110 0 10101 1101 10010010 111000 1000111

Color Harmonies of #8ADEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADEAF

Black with #8ADEAF

Text Example


Text Example

White with #8ADEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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