Html Css Color HEX #8FDEB4 Vista Blue

📋 copy color: '#8FDEB4'

red 143 ◦ green 222 ◦ blue 180

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

Shades of Vista Blue #8FDEB4

Tints of Vista Blue #8FDEB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.03%

R = 26.24%
G = 40.73%
B = 33.03%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#8FDEB4 (or 0x8FDEB4) is known color: Vista Blue. HEX triplet: 8F, DE and B4. RGB value is (143,222,180). Sum of RGB (Red+Green+Blue) = 143+222+180=545 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.24% from 545); Green value is 222 (87.11% from 255 or 40.73% from 545); Blue value is 180 (70.70% from 255 or 33.03% from 545); Max value from RGB is 222 - color contains mainly: green. Hex color #8FDEB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDEB4 is #70214B. Grayscale: #C1C1C1. Windows color (decimal): -7348556 or 11853455. OLE color: 11853455.

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

Color convert

RGB 143 222 180 -
CMYK 0.36 0 0.19 0.13
HSL 148.1º 0.54% 0.72% -
HSV(B) 148.1º 0.36% 0.87% -
XYZ 45.69 61.38 52.62 -
YUV 193.59 120.33 91.92 -
System Red Green Blue C M Y K H S L
Decimal 143 222 180 0.36 0 0.19 0.13 148.1 0.54 0.72
Hex 8F DE B4 24 0 13 D 94 36 48
Octal 217 336 264 44 0 23 15 224 66 110
Binary 10001111 11011110 10110100 100100 0 10011 1101 10010100 110110 1001000

Color Harmonies of #8FDEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDEB4

Black with #8FDEB4

Text Example


Text Example

White with #8FDEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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