Html Css Color HEX #8FDEBD Vista Blue

📋 copy color: '#8FDEBD'

red 143 ◦ green 222 ◦ blue 189

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

Shades of Vista Blue #8FDEBD

Tints of Vista Blue #8FDEBD

RGB

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

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

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

R = 25.81%
G = 40.07%
B = 34.12%

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

#8FDEBD (or 0x8FDEBD) is known color: Vista Blue. HEX triplet: 8F, DE and BD. RGB value is (143,222,189). Sum of RGB (Red+Green+Blue) = 143+222+189=554 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.81% from 554); Green value is 222 (87.11% from 255 or 40.07% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 222 - color contains mainly: green. Hex color #8FDEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDEBD is #702142. Grayscale: #C2C2C2. Windows color (decimal): -7348547 or 12443279. OLE color: 12443279.

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

Color convert

RGB 143 222 189 -
CMYK 0.36 0 0.15 0.13
HSL 154.94º 0.54% 0.72% -
HSV(B) 154.94º 0.36% 0.87% -
XYZ 46.63 61.76 57.61 -
YUV 194.62 124.83 91.18 -
System Red Green Blue C M Y K H S L
Decimal 143 222 189 0.36 0 0.15 0.13 154.94 0.54 0.72
Hex 8F DE BD 24 0 F D 9B 36 48
Octal 217 336 275 44 0 17 15 233 66 110
Binary 10001111 11011110 10111101 100100 0 1111 1101 10011011 110110 1001000

Color Harmonies of #8FDEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDEBD

Black with #8FDEBD

Text Example


Text Example

White with #8FDEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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