#8FF0B3

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

Shades of Vista Blue #8FF0B3

Tints of Vista Blue #8FF0B3

Color information

#8FF0B3 (or 0x8FF0B3) is unknown color: approx Vista Blue. HEX triplet: 8F, F0 and B3. RGB value is (143,240,179). Sum of RGB (Red+Green+Blue) = 143+240+179=562 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.44% from 562); Green value is 240 (94.14% from 255 or 42.70% from 562); Blue value is 179 (70.31% from 255 or 31.85% from 562); Max value from RGB is 240 - color contains mainly: green. Hex color #8FF0B3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FF0B3 is #700F4C. Grayscale: #CCCCCC. Windows color (decimal): -7343949 or 11792527. OLE color: 11792527.

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

Color convert

RGB143240179-
CMYK0.4000.250.06
HSL142.27º76.38%75.1%-
HSV(B)142.27º40.42%94.12%-
XYZ50.6271.4153.76-
YUV204.04113.8684.46-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.44%
GREEN value IS 240 (94.14% from 255) = 42.70%
BLUE value IS 179 (70.31% from 255) = 31.85%
R=25.44%
G=42.70%
B=31.85%

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
Decimal1432401790.4000.250.06142.2776.3875.1
Hex8FF0B32801968e4c4b
Octal217360263500316216114113
Binary1000111111110000101100111010000110011101000111010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FF0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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