#98DBB1

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

Shades of Vista Blue #98DBB1

Tints of Vista Blue #98DBB1

Color information

#98DBB1 (or 0x98DBB1) is unknown color: approx Vista Blue. HEX triplet: 98, DB and B1. RGB value is (152,219,177). Sum of RGB (Red+Green+Blue) = 152+219+177=548 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.74% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 177 (69.53% from 255 or 32.30% from 548); Max value from RGB is 219 - color contains mainly: green. Hex color #98DBB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DBB1 is #67244E. Grayscale: #C2C2C2. Windows color (decimal): -6759503 or 11656088. OLE color: 11656088.

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

Color convert

RGB152219177-
CMYK0.3100.190.14
HSL142.39º48.2%72.75%-
HSV(B)142.39º30.59%85.88%-
XYZ46.2260.5150.84-
YUV194.18118.397.92-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.74%
GREEN value IS 219 (85.94% from 255) = 39.96%
BLUE value IS 177 (69.53% from 255) = 32.30%
R=27.74%
G=39.96%
B=32.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1522191770.3100.190.14142.3948.272.75
Hex98DBB11F013E8e3049
Octal230333261370231621660111
Binary100110001101101110110001111110100111110100011101100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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