#98CFAC

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

Shades of Vista Blue #98CFAC

Tints of Vista Blue #98CFAC

Color information

#98CFAC (or 0x98CFAC) is unknown color: approx Vista Blue. HEX triplet: 98, CF and AC. RGB value is (152,207,172). Sum of RGB (Red+Green+Blue) = 152+207+172=531 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.63% from 531); Green value is 207 (81.25% from 255 or 38.98% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 207 - color contains mainly: green. Hex color #98CFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CFAC is #673053. Grayscale: #BABABA. Windows color (decimal): -6762580 or 11325336. OLE color: 11325336.

HSL color Cylindrical-coordinate representation of color #98CFAC: hue angle of 141.82º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98CFAC is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB152207172-
CMYK0.2700.170.19
HSL141.82º36.42%70.39%-
HSV(B)141.82º26.57%81.18%-
XYZ42.7154.2847.26-
YUV186.56119.78103.35-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.63%
GREEN value IS 207 (81.25% from 255) = 38.98%
BLUE value IS 172 (67.58% from 255) = 32.39%
R=28.63%
G=38.98%
B=32.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1522071720.2700.170.19141.8236.4270.39
Hex98CFAC1B011138e2446
Octal230317254330212321644106
Binary1001100011001111101011001101101000110011100011101001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98CFAC; }

 p { color: rgb(152,207,172); }

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

<style>
 a { background-color: #98CFAC; }

 a { background-color: rgb(152,207,172); }

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

<style>
 span { border-color: #98CFAC; }

 span { border-color: rgb(152,207,172); }

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