#8FDBB8

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

Shades of Vista Blue #8FDBB8

Tints of Vista Blue #8FDBB8

Color information

#8FDBB8 (or 0x8FDBB8) is unknown color: approx Vista Blue. HEX triplet: 8F, DB and B8. RGB value is (143,219,184). Sum of RGB (Red+Green+Blue) = 143+219+184=546 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.19% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 184 (72.27% from 255 or 33.70% from 546); Max value from RGB is 219 - color contains mainly: green. Hex color #8FDBB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDBB8 is #702447. Grayscale: #C0C0C0. Windows color (decimal): -7349320 or 12114831. OLE color: 12114831.

HSL color Cylindrical-coordinate representation of color #8FDBB8: hue angle of 152.37º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FDBB8 is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB143219184-
CMYK0.3500.160.14
HSL152.37º51.35%70.98%-
HSV(B)152.37º34.7%85.88%-
XYZ45.3159.9654.53-
YUV192.29123.3292.85-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.19%
GREEN value IS 219 (85.94% from 255) = 40.11%
BLUE value IS 184 (72.27% from 255) = 33.70%
R=26.19%
G=40.11%
B=33.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1432191840.3500.160.14152.3751.3570.98
Hex8FDBB823010E983347
Octal217333270430201623063107
Binary1000111111011011101110001000110100001110100110001100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FDBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,219,184); }

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

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

 a { background-color: rgb(143,219,184); }

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

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

 span { border-color: rgb(143,219,184); }

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