#98CBAE

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

Shades of Vista Blue #98CBAE

Tints of Vista Blue #98CBAE

Color information

#98CBAE (or 0x98CBAE) is unknown color: approx Vista Blue. HEX triplet: 98, CB and AE. RGB value is (152,203,174). Sum of RGB (Red+Green+Blue) = 152+203+174=529 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.73% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 174 (68.36% from 255 or 32.89% from 529); Max value from RGB is 203 - color contains mainly: green. Hex color #98CBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CBAE is #673451. Grayscale: #B8B8B8. Windows color (decimal): -6763602 or 11455384. OLE color: 11455384.

HSL color Cylindrical-coordinate representation of color #98CBAE: hue angle of 145.88º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98CBAE is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB152203174-
CMYK0.2500.140.20
HSL145.88º32.9%69.61%-
HSV(B)145.88º25.12%79.61%-
XYZ41.9452.4447.96-
YUV184.44122.1104.86-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.73%
GREEN value IS 203 (79.69% from 255) = 38.37%
BLUE value IS 174 (68.36% from 255) = 32.89%
R=28.73%
G=38.37%
B=32.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1522031740.2500.140.20145.8832.969.61
Hex98CBAE190E14922146
Octal230313256310162422241106
Binary100110001100101110101110110010111010100100100101000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,203,174); }

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

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

 a { background-color: rgb(152,203,174); }

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

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

 span { border-color: rgb(152,203,174); }

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