#8FDFB3

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

Shades of Vista Blue #8FDFB3

Tints of Vista Blue #8FDFB3

Color information

#8FDFB3 (or 0x8FDFB3) is unknown color: approx Vista Blue. HEX triplet: 8F, DF and B3. RGB value is (143,223,179). Sum of RGB (Red+Green+Blue) = 143+223+179=545 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.24% from 545); Green value is 223 (87.5% from 255 or 40.92% from 545); Blue value is 179 (70.31% from 255 or 32.84% from 545); Max value from RGB is 223 - color contains mainly: green. Hex color #8FDFB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDFB3 is #70204C. Grayscale: #C2C2C2. Windows color (decimal): -7348301 or 11788175. OLE color: 11788175.

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

Color convert

RGB143223179-
CMYK0.3600.200.13
HSL147º55.56%71.76%-
HSV(B)147º35.87%87.45%-
XYZ45.8561.8752.17-
YUV194.06119.591.58-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.24%
GREEN value IS 223 (87.5% from 255) = 40.92%
BLUE value IS 179 (70.31% from 255) = 32.84%
R=26.24%
G=40.92%
B=32.84%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1432231790.3600.200.1314755.5671.76
Hex8FDFB324014D933848
Octal217337263440241522370110
Binary1000111111011111101100111001000101001101100100111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FDFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,223,179); }

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

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

 a { background-color: rgb(143,223,179); }

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

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

 span { border-color: rgb(143,223,179); }

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