#8CFBB5

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

Shades of Vista Blue #8CFBB5

Tints of Vista Blue #8CFBB5

Color information

#8CFBB5 (or 0x8CFBB5) is unknown color: approx Vista Blue. HEX triplet: 8C, FB and B5. RGB value is (140,251,181). Sum of RGB (Red+Green+Blue) = 140+251+181=572 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.48% from 572); Green value is 251 (98.44% from 255 or 43.88% from 572); Blue value is 181 (71.09% from 255 or 31.64% from 572); Max value from RGB is 251 - color contains mainly: green. Hex color #8CFBB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFBB5 is #73044A. Grayscale: #D2D2D2. Windows color (decimal): -7537739 or 11926412. OLE color: 11926412.

HSL color Cylindrical-coordinate representation of color #8CFBB5: hue angle of 142.16º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CFBB5 is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB140251181-
CMYK0.4400.280.02
HSL142.16º93.28%76.67%-
HSV(B)142.16º44.22%98.43%-
XYZ53.6577.9155.93-
YUV209.83111.7378.19-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.48%
GREEN value IS 251 (98.44% from 255) = 43.88%
BLUE value IS 181 (71.09% from 255) = 31.64%
R=24.48%
G=43.88%
B=31.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1402511810.4400.280.02142.1693.2876.67
Hex8CFBB52C01C28e5d4d
Octal214373265540342216135115
Binary100011001111101110110101101100011100101000111010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CFBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,251,181); }

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

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

 a { background-color: rgb(140,251,181); }

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

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

 span { border-color: rgb(140,251,181); }

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