Html Css Color HEX #8ADAAE Vista Blue

📋 copy color: '#8ADAAE'

red 138 ◦ green 218 ◦ blue 174

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

Shades of Vista Blue #8ADAAE

Tints of Vista Blue #8ADAAE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.13%

 BLUE value IS 174 (68.36% from 255) = 32.83%

R = 26.04%
G = 41.13%
B = 32.83%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#8ADAAE (or 0x8ADAAE) is known color: Vista Blue. HEX triplet: 8A, DA and AE. RGB value is (138,218,174). Sum of RGB (Red+Green+Blue) = 138+218+174=530 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.04% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 174 (68.36% from 255 or 32.83% from 530); Max value from RGB is 218 - color contains mainly: green. Hex color #8ADAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADAAE is #752551. Grayscale: #BDBDBD. Windows color (decimal): -7677266 or 11459210. OLE color: 11459210.

HSL color Cylindrical-coordinate representation of color #8ADAAE: hue angle of 147º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ADAAE is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 138 218 174 -
CMYK 0.37 0 0.20 0.15
HSL 147º 0.52% 0.7% -
HSV(B) 147º 0.37% 0.85% -
XYZ 43.19 58.6 49.08 -
YUV 189.06 119.5 91.58 -
System Red Green Blue C M Y K H S L
Decimal 138 218 174 0.37 0 0.20 0.15 147 0.52 0.7
Hex 8A DA AE 25 0 14 F 93 34 46
Octal 212 332 256 45 0 24 17 223 64 106
Binary 10001010 11011010 10101110 100101 0 10100 1111 10010011 110100 1000110

Color Harmonies of #8ADAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADAAE

Black with #8ADAAE

Text Example


Text Example

White with #8ADAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,218,174); }

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

background-color css

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

 a { background-color: rgb(138,218,174); }

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

border-color css

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

 span { border-color: rgb(138,218,174); }

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