#98CFAF

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

Shades of Vista Blue #98CFAF

Tints of Vista Blue #98CFAF

Color information

#98CFAF (or 0x98CFAF) is unknown color: approx Vista Blue. HEX triplet: 98, CF and AF. RGB value is (152,207,175). Sum of RGB (Red+Green+Blue) = 152+207+175=534 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.46% from 534); Green value is 207 (81.25% from 255 or 38.76% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 207 - color contains mainly: green. Hex color #98CFAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CFAF is #673050. Grayscale: #BABABA. Windows color (decimal): -6762577 or 11521944. OLE color: 11521944.

HSL color Cylindrical-coordinate representation of color #98CFAF: hue angle of 145.09º 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 #98CFAF is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB152207175-
CMYK0.2700.150.19
HSL145.09º36.42%70.39%-
HSV(B)145.09º26.57%81.18%-
XYZ4354.448.79-
YUV186.91121.28103.1-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.46%
GREEN value IS 207 (81.25% from 255) = 38.76%
BLUE value IS 175 (68.75% from 255) = 32.77%
R=28.46%
G=38.76%
B=32.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1522071750.2700.150.19145.0936.4270.39
Hex98CFAF1B0F13912446
Octal230317257330172322144106
Binary100110001100111110101111110110111110011100100011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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