#98DBB4

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

Shades of Vista Blue #98DBB4

Tints of Vista Blue #98DBB4

Color information

#98DBB4 (or 0x98DBB4) is unknown color: approx Vista Blue. HEX triplet: 98, DB and B4. RGB value is (152,219,180). Sum of RGB (Red+Green+Blue) = 152+219+180=551 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.59% from 551); Green value is 219 (85.94% from 255 or 39.75% from 551); Blue value is 180 (70.70% from 255 or 32.67% from 551); Max value from RGB is 219 - color contains mainly: green. Hex color #98DBB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DBB4 is #67244B. Grayscale: #C2C2C2. Windows color (decimal): -6759500 or 11852696. OLE color: 11852696.

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

Color convert

RGB152219180-
CMYK0.3100.180.14
HSL145.07º48.2%72.75%-
HSV(B)145.07º30.59%85.88%-
XYZ46.5260.6352.43-
YUV194.52119.897.67-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.59%
GREEN value IS 219 (85.94% from 255) = 39.75%
BLUE value IS 180 (70.70% from 255) = 32.67%
R=27.59%
G=39.75%
B=32.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1522191800.3100.180.14145.0748.272.75
Hex98DBB41F012E913049
Octal230333264370221622160111
Binary100110001101101110110100111110100101110100100011100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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