#98CEB9

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

Shades of Vista Blue #98CEB9

Tints of Vista Blue #98CEB9

Color information

#98CEB9 (or 0x98CEB9) is unknown color: approx Vista Blue. HEX triplet: 98, CE and B9. RGB value is (152,206,185). Sum of RGB (Red+Green+Blue) = 152+206+185=543 (71% of max value = 765). Red value is 152 (59.77% from 255 or 27.99% from 543); Green value is 206 (80.86% from 255 or 37.94% from 543); Blue value is 185 (72.66% from 255 or 34.07% from 543); Max value from RGB is 206 - color contains mainly: green. Hex color #98CEB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CEB9 is #673146. Grayscale: #BBBBBB. Windows color (decimal): -6762823 or 12177048. OLE color: 12177048.

HSL color Cylindrical-coordinate representation of color #98CEB9: hue angle of 156.67º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98CEB9 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB152206185-
CMYK0.2600.100.19
HSL156.67º35.53%70.2%-
HSV(B)156.67º26.21%80.78%-
XYZ43.7854.3254.08-
YUV187.46126.61102.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.99%
GREEN value IS 206 (80.86% from 255) = 37.94%
BLUE value IS 185 (72.66% from 255) = 34.07%
R=27.99%
G=37.94%
B=34.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1522061850.2600.100.19156.6735.5370.2
Hex98CEB91A0A139d2446
Octal230316271320122323544106
Binary100110001100111010111001110100101010011100111011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,206,185); }

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

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

 a { background-color: rgb(152,206,185); }

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

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

 span { border-color: rgb(152,206,185); }

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