#98DBC1

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

Shades of Vista Blue #98DBC1

Tints of Vista Blue #98DBC1

Color information

#98DBC1 (or 0x98DBC1) is unknown color: approx Vista Blue. HEX triplet: 98, DB and C1. RGB value is (152,219,193). Sum of RGB (Red+Green+Blue) = 152+219+193=564 (74% of max value = 765). Red value is 152 (59.77% from 255 or 26.95% from 564); Green value is 219 (85.94% from 255 or 38.83% from 564); Blue value is 193 (75.78% from 255 or 34.22% from 564); Max value from RGB is 219 - color contains mainly: green. Hex color #98DBC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DBC1 is #67243E. Grayscale: #C4C4C4. Windows color (decimal): -6759487 or 12704664. OLE color: 12704664.

HSL color Cylindrical-coordinate representation of color #98DBC1: hue angle of 156.72º degrees, saturation: 0.48, 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 #98DBC1 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB152219193-
CMYK0.3100.120.14
HSL156.72º48.2%72.75%-
HSV(B)156.72º30.59%85.88%-
XYZ47.9161.1959.74-
YUV196126.396.61-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.95%
GREEN value IS 219 (85.94% from 255) = 38.83%
BLUE value IS 193 (75.78% from 255) = 34.22%
R=26.95%
G=38.83%
B=34.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1522191930.3100.120.14156.7248.272.75
Hex98DBC11F0CE9d3049
Octal230333301370141623560111
Binary10011000110110111100000111111011001110100111011100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,219,193); }

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

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

 a { background-color: rgb(152,219,193); }

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

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

 span { border-color: rgb(152,219,193); }

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