#98DCC0

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

Shades of Vista Blue #98DCC0

Tints of Vista Blue #98DCC0

Color information

#98DCC0 (or 0x98DCC0) is unknown color: approx Vista Blue. HEX triplet: 98, DC and C0. RGB value is (152,220,192). Sum of RGB (Red+Green+Blue) = 152+220+192=564 (74% of max value = 765). Red value is 152 (59.77% from 255 or 26.95% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 192 (75.39% from 255 or 34.04% from 564); Max value from RGB is 220 - color contains mainly: green. Hex color #98DCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DCC0 is #67233F. Grayscale: #C4C4C4. Windows color (decimal): -6759232 or 12639384. OLE color: 12639384.

HSL color Cylindrical-coordinate representation of color #98DCC0: hue angle of 155.29º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98DCC0 is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB152220192-
CMYK0.3100.130.14
HSL155.29º49.28%72.94%-
HSV(B)155.29º30.91%86.27%-
XYZ48.0661.6759.24-
YUV196.48125.4796.28-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.95%
GREEN value IS 220 (86.33% from 255) = 39.01%
BLUE value IS 192 (75.39% from 255) = 34.04%
R=26.95%
G=39.01%
B=34.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1522201920.3100.130.14155.2949.2872.94
Hex98DCC01F0DE9b3149
Octal230334300370151623361111
Binary10011000110111001100000011111011011110100110111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,220,192); }

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

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

 a { background-color: rgb(152,220,192); }

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

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

 span { border-color: rgb(152,220,192); }

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