Html Css Color HEX #8AE5BD Vista Blue

📋 copy color: '#8AE5BD'

red 138 ◦ green 229 ◦ blue 189

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

Shades of Vista Blue #8AE5BD

Tints of Vista Blue #8AE5BD

RGB

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

 GREEN value IS 229 (89.84% from 255) = 41.19%

 BLUE value IS 189 (74.22% from 255) = 33.99%

R = 24.82%
G = 41.19%
B = 33.99%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#8AE5BD (or 0x8AE5BD) is known color: Vista Blue. HEX triplet: 8A, E5 and BD. RGB value is (138,229,189). Sum of RGB (Red+Green+Blue) = 138+229+189=556 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.82% from 556); Green value is 229 (89.84% from 255 or 41.19% from 556); Blue value is 189 (74.22% from 255 or 33.99% from 556); Max value from RGB is 229 - color contains mainly: green. Hex color #8AE5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AE5BD is #751A42. Grayscale: #C5C5C5. Windows color (decimal): -7674435 or 12445066. OLE color: 12445066.

HSL color Cylindrical-coordinate representation of color #8AE5BD: hue angle of 153.63º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8AE5BD is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 138 229 189 -
CMYK 0.40 0 0.17 0.10
HSL 153.63º 0.64% 0.72% -
HSV(B) 153.63º 0.4% 0.9% -
XYZ 47.69 65.12 58.2 -
YUV 197.23 123.35 85.75 -
System Red Green Blue C M Y K H S L
Decimal 138 229 189 0.40 0 0.17 0.10 153.63 0.64 0.72
Hex 8A E5 BD 28 0 11 A 9A 40 48
Octal 212 345 275 50 0 21 12 232 100 110
Binary 10001010 11100101 10111101 101000 0 10001 1010 10011010 1000000 1001000

Color Harmonies of #8AE5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AE5BD

Black with #8AE5BD

Text Example


Text Example

White with #8AE5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,229,189); }

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

background-color css

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

 a { background-color: rgb(138,229,189); }

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

border-color css

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

 span { border-color: rgb(138,229,189); }

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