Html Css Color HEX #8EDFB9 Vista Blue

📋 copy color: '#8EDFB9'

red 142 ◦ green 223 ◦ blue 185

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

Shades of Vista Blue #8EDFB9

Tints of Vista Blue #8EDFB9

RGB

 RED value IS 142 (55.86% from 255) = 25.82%

 GREEN value IS 223 (87.5% from 255) = 40.55%

 BLUE value IS 185 (72.66% from 255) = 33.64%

R = 25.82%
G = 40.55%
B = 33.64%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#8EDFB9 (or 0x8EDFB9) is known color: Vista Blue. HEX triplet: 8E, DF and B9. RGB value is (142,223,185). Sum of RGB (Red+Green+Blue) = 142+223+185=550 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.82% from 550); Green value is 223 (87.5% from 255 or 40.55% from 550); Blue value is 185 (72.66% from 255 or 33.64% from 550); Max value from RGB is 223 - color contains mainly: green. Hex color #8EDFB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDFB9 is #712046. Grayscale: #C2C2C2. Windows color (decimal): -7413831 or 12181390. OLE color: 12181390.

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

Color convert

RGB 142 223 185 -
CMYK 0.36 0 0.17 0.13
HSL 151.85º 0.56% 0.72% -
HSV(B) 151.85º 0.36% 0.87% -
XYZ 46.3 62.03 55.43 -
YUV 194.45 122.66 90.59 -
System Red Green Blue C M Y K H S L
Decimal 142 223 185 0.36 0 0.17 0.13 151.85 0.56 0.72
Hex 8E DF B9 24 0 11 D 98 38 48
Octal 216 337 271 44 0 21 15 230 70 110
Binary 10001110 11011111 10111001 100100 0 10001 1101 10011000 111000 1001000

Color Harmonies of #8EDFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDFB9

Black with #8EDFB9

Text Example


Text Example

White with #8EDFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,223,185); }

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

background-color css

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

 a { background-color: rgb(142,223,185); }

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

border-color css

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

 span { border-color: rgb(142,223,185); }

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