Html Css Color HEX #8FDEBC Vista Blue

📋 copy color: '#8FDEBC'

red 143 ◦ green 222 ◦ blue 188

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

Shades of Vista Blue #8FDEBC

Tints of Vista Blue #8FDEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34%

R = 25.86%
G = 40.14%
B = 34%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#8FDEBC (or 0x8FDEBC) is known color: Vista Blue. HEX triplet: 8F, DE and BC. RGB value is (143,222,188). Sum of RGB (Red+Green+Blue) = 143+222+188=553 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.86% from 553); Green value is 222 (87.11% from 255 or 40.14% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 222 - color contains mainly: green. Hex color #8FDEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDEBC is #702143. Grayscale: #C2C2C2. Windows color (decimal): -7348548 or 12377743. OLE color: 12377743.

HSL color Cylindrical-coordinate representation of color #8FDEBC: hue angle of 154.18º degrees, saturation: 0.54, 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 #8FDEBC is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 143 222 188 -
CMYK 0.36 0 0.15 0.13
HSL 154.18º 0.54% 0.72% -
HSV(B) 154.18º 0.36% 0.87% -
XYZ 46.53 61.71 57.04 -
YUV 194.5 124.33 91.26 -
System Red Green Blue C M Y K H S L
Decimal 143 222 188 0.36 0 0.15 0.13 154.18 0.54 0.72
Hex 8F DE BC 24 0 F D 9A 36 48
Octal 217 336 274 44 0 17 15 232 66 110
Binary 10001111 11011110 10111100 100100 0 1111 1101 10011010 110110 1001000

Color Harmonies of #8FDEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDEBC

Black with #8FDEBC

Text Example


Text Example

White with #8FDEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,222,188); }

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

background-color css

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

 a { background-color: rgb(143,222,188); }

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

border-color css

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

 span { border-color: rgb(143,222,188); }

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