#98D5BC

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

Shades of Vista Blue #98D5BC

Tints of Vista Blue #98D5BC

Color information

#98D5BC (or 0x98D5BC) is unknown color: approx Vista Blue. HEX triplet: 98, D5 and BC. RGB value is (152,213,188). Sum of RGB (Red+Green+Blue) = 152+213+188=553 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.49% from 553); Green value is 213 (83.59% from 255 or 38.52% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 213 - color contains mainly: green. Hex color #98D5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D5BC is #672A43. Grayscale: #BFBFBF. Windows color (decimal): -6761028 or 12375448. OLE color: 12375448.

HSL color Cylindrical-coordinate representation of color #98D5BC: hue angle of 155.41º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98D5BC is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB152213188-
CMYK0.2900.120.16
HSL155.41º42.07%71.57%-
HSV(B)155.41º28.64%83.53%-
XYZ45.8257.8956.34-
YUV191.91125.7999.53-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.49%
GREEN value IS 213 (83.59% from 255) = 38.52%
BLUE value IS 188 (73.83% from 255) = 34.00%
R=27.49%
G=38.52%
B=34.00%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1522131880.2900.120.16155.4142.0771.57
Hex98D5BC1D0C109b2a48
Octal230325274350142023352110
Binary100110001101010110111100111010110010000100110111010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,213,188); }

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

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

 a { background-color: rgb(152,213,188); }

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

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

 span { border-color: rgb(152,213,188); }

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