#8FEEBD

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

Shades of Vista Blue #8FEEBD

Tints of Vista Blue #8FEEBD

Color information

#8FEEBD (or 0x8FEEBD) is unknown color: approx Vista Blue. HEX triplet: 8F, EE and BD. RGB value is (143,238,189). Sum of RGB (Red+Green+Blue) = 143+238+189=570 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.09% from 570); Green value is 238 (93.36% from 255 or 41.75% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 238 - color contains mainly: green. Hex color #8FEEBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEEBD is #701142. Grayscale: #CCCCCC. Windows color (decimal): -7344451 or 12447375. OLE color: 12447375.

HSL color Cylindrical-coordinate representation of color #8FEEBD: hue angle of 149.05º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FEEBD is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB143238189-
CMYK0.4000.210.07
HSL149.05º73.64%74.71%-
HSV(B)149.05º39.92%93.33%-
XYZ51.0970.6659.09-
YUV204.01119.5384.48-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.09%
GREEN value IS 238 (93.36% from 255) = 41.75%
BLUE value IS 189 (74.22% from 255) = 33.16%
R=25.09%
G=41.75%
B=33.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1432381890.4000.210.07149.0573.6474.71
Hex8FEEBD280157954a4b
Octal217356275500257225112113
Binary1000111111101110101111011010000101011111001010110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FEEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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