#98CFAD

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

Shades of Vista Blue #98CFAD

Tints of Vista Blue #98CFAD

Color information

#98CFAD (or 0x98CFAD) is unknown color: approx Vista Blue. HEX triplet: 98, CF and AD. RGB value is (152,207,173). Sum of RGB (Red+Green+Blue) = 152+207+173=532 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.57% from 532); Green value is 207 (81.25% from 255 or 38.91% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 207 - color contains mainly: green. Hex color #98CFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CFAD is #673052. Grayscale: #BABABA. Windows color (decimal): -6762579 or 11390872. OLE color: 11390872.

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

Color convert

RGB152207173-
CMYK0.2700.160.19
HSL142.91º36.42%70.39%-
HSV(B)142.91º26.57%81.18%-
XYZ42.854.3247.76-
YUV186.68120.28103.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.57%
GREEN value IS 207 (81.25% from 255) = 38.91%
BLUE value IS 173 (67.97% from 255) = 32.52%
R=28.57%
G=38.91%
B=32.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1522071730.2700.160.19142.9136.4270.39
Hex98CFAD1B010138f2446
Octal230317255330202321744106
Binary1001100011001111101011011101101000010011100011111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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