#8FEFB4

Color #8FEFB4 Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #8FEFB4

Tints of Vista Blue #8FEFB4

Color information

#8FEFB4 (or 0x8FEFB4) is unknown color: approx Vista Blue. HEX triplet: 8F, EF and B4. RGB value is (143,239,180). Sum of RGB (Red+Green+Blue) = 143+239+180=562 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.44% from 562); Green value is 239 (93.75% from 255 or 42.53% from 562); Blue value is 180 (70.70% from 255 or 32.03% from 562); Max value from RGB is 239 - color contains mainly: green. Hex color #8FEFB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEFB4 is #70104B. Grayscale: #CBCBCB. Windows color (decimal): -7344204 or 11857807. OLE color: 11857807.

HSL color Cylindrical-coordinate representation of color #8FEFB4: hue angle of 143.12º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FEFB4 is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB143239180-
CMYK0.4000.250.06
HSL143.12º75%74.9%-
HSV(B)143.12º40.17%93.73%-
XYZ50.4370.8754.2-
YUV203.57114.784.8-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.44%
GREEN value IS 239 (93.75% from 255) = 42.53%
BLUE value IS 180 (70.70% from 255) = 32.03%
R=25.44%
G=42.53%
B=32.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1432391800.4000.250.06143.127574.9
Hex8FEFB42801968f4b4b
Octal217357264500316217113113
Binary1000111111101111101101001010000110011101000111110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FEFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8FEFB4;
 }
 .AnyTagClassName
 {
   color: #8FEFB4;
 }
</style>
background-color css

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

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

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

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

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

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