#98CBB3

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

Shades of Vista Blue #98CBB3

Tints of Vista Blue #98CBB3

Color information

#98CBB3 (or 0x98CBB3) is unknown color: approx Vista Blue. HEX triplet: 98, CB and B3. RGB value is (152,203,179). Sum of RGB (Red+Green+Blue) = 152+203+179=534 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.46% from 534); Green value is 203 (79.69% from 255 or 38.01% from 534); Blue value is 179 (70.31% from 255 or 33.52% from 534); Max value from RGB is 203 - color contains mainly: green. Hex color #98CBB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CBB3 is #67344C. Grayscale: #B9B9B9. Windows color (decimal): -6763597 or 11783064. OLE color: 11783064.

HSL color Cylindrical-coordinate representation of color #98CBB3: hue angle of 151.76º 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 #98CBB3 is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB152203179-
CMYK0.2500.120.20
HSL151.76º32.9%69.61%-
HSV(B)151.76º25.12%79.61%-
XYZ42.4452.6450.57-
YUV185.02124.6104.45-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.46%
GREEN value IS 203 (79.69% from 255) = 38.01%
BLUE value IS 179 (70.31% from 255) = 33.52%
R=28.46%
G=38.01%
B=33.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1522031790.2500.120.20151.7632.969.61
Hex98CBB3190C14982146
Octal230313263310142423041106
Binary100110001100101110110011110010110010100100110001000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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