Html Css Color HEX #8FEDAD Vista Blue

📋 copy color: '#8FEDAD'

red 143 ◦ green 237 ◦ blue 173

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

Shades of Vista Blue #8FEDAD

Tints of Vista Blue #8FEDAD

RGB

 RED value IS 143 (56.25% from 255) = 25.86%

 GREEN value IS 237 (92.97% from 255) = 42.86%

 BLUE value IS 173 (67.97% from 255) = 31.28%

R = 25.86%
G = 42.86%
B = 31.28%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#8FEDAD (or 0x8FEDAD) is known color: Vista Blue. HEX triplet: 8F, ED and AD. RGB value is (143,237,173). Sum of RGB (Red+Green+Blue) = 143+237+173=553 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.86% from 553); Green value is 237 (92.97% from 255 or 42.86% from 553); Blue value is 173 (67.97% from 255 or 31.28% from 553); Max value from RGB is 237 - color contains mainly: green. Hex color #8FEDAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FEDAD is #701252. Grayscale: #C9C9C9. Windows color (decimal): -7344723 or 11398543. OLE color: 11398543.

HSL color Cylindrical-coordinate representation of color #8FEDAD: hue angle of 139.15º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FEDAD is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 143 237 173 -
CMYK 0.40 0 0.27 0.07
HSL 139.15º 0.72% 0.75% -
HSV(B) 139.15º 0.4% 0.93% -
XYZ 49.15 69.43 50.34 -
YUV 201.6 111.86 86.2 -
System Red Green Blue C M Y K H S L
Decimal 143 237 173 0.40 0 0.27 0.07 139.15 0.72 0.75
Hex 8F ED AD 28 0 1B 7 8B 48 4B
Octal 217 355 255 50 0 33 7 213 110 113
Binary 10001111 11101101 10101101 101000 0 11011 111 10001011 1001000 1001011

Color Harmonies of #8FEDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FEDAD

Black with #8FEDAD

Text Example


Text Example

White with #8FEDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,237,173); }

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

background-color css

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

 a { background-color: rgb(143,237,173); }

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

border-color css

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

 span { border-color: rgb(143,237,173); }

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