#98D6B4

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

Shades of Vista Blue #98D6B4

Tints of Vista Blue #98D6B4

Color information

#98D6B4 (or 0x98D6B4) is unknown color: approx Vista Blue. HEX triplet: 98, D6 and B4. RGB value is (152,214,180). Sum of RGB (Red+Green+Blue) = 152+214+180=546 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.84% from 546); Green value is 214 (83.98% from 255 or 39.19% from 546); Blue value is 180 (70.70% from 255 or 32.97% from 546); Max value from RGB is 214 - color contains mainly: green. Hex color #98D6B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D6B4 is #67294B. Grayscale: #BFBFBF. Windows color (decimal): -6760780 or 11851416. OLE color: 11851416.

HSL color Cylindrical-coordinate representation of color #98D6B4: hue angle of 147.1º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98D6B4 is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB152214180-
CMYK0.2900.160.16
HSL147.1º43.06%71.76%-
HSV(B)147.1º28.97%83.92%-
XYZ45.2358.0652-
YUV191.59121.4699.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.84%
GREEN value IS 214 (83.98% from 255) = 39.19%
BLUE value IS 180 (70.70% from 255) = 32.97%
R=27.84%
G=39.19%
B=32.97%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1522141800.2900.160.16147.143.0671.76
Hex98D6B41D01010932b48
Octal230326264350202022353110
Binary1001100011010110101101001110101000010000100100111010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,214,180); }

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

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

 a { background-color: rgb(152,214,180); }

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

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

 span { border-color: rgb(152,214,180); }

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