#8FEFC1

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

Shades of Vista Blue #8FEFC1

Tints of Vista Blue #8FEFC1

Color information

#8FEFC1 (or 0x8FEFC1) is unknown color: approx Vista Blue. HEX triplet: 8F, EF and C1. RGB value is (143,239,193). Sum of RGB (Red+Green+Blue) = 143+239+193=575 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.87% from 575); Green value is 239 (93.75% from 255 or 41.57% from 575); Blue value is 193 (75.78% from 255 or 33.57% from 575); Max value from RGB is 239 - color contains mainly: green. Hex color #8FEFC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEFC1 is #70103E. Grayscale: #CDCDCD. Windows color (decimal): -7344191 or 12709775. OLE color: 12709775.

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

Color convert

RGB143239193-
CMYK0.4000.190.06
HSL151.25º75%74.9%-
HSV(B)151.25º40.17%93.73%-
XYZ51.8271.4261.51-
YUV205.05121.283.74-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.87%
GREEN value IS 239 (93.75% from 255) = 41.57%
BLUE value IS 193 (75.78% from 255) = 33.57%
R=24.87%
G=41.57%
B=33.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1432391930.4000.190.06151.257574.9
Hex8FEFC1280136974b4b
Octal217357301500236227113113
Binary1000111111101111110000011010000100111101001011110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FEFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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