#98CFBA

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

Shades of Vista Blue #98CFBA

Tints of Vista Blue #98CFBA

Color information

#98CFBA (or 0x98CFBA) is unknown color: approx Vista Blue. HEX triplet: 98, CF and BA. RGB value is (152,207,186). Sum of RGB (Red+Green+Blue) = 152+207+186=545 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.89% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 186 (73.05% from 255 or 34.13% from 545); Max value from RGB is 207 - color contains mainly: green. Hex color #98CFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CFBA is #673045. Grayscale: #BCBCBC. Windows color (decimal): -6762566 or 12242840. OLE color: 12242840.

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

Color convert

RGB152207186-
CMYK0.2700.100.19
HSL157.09º36.42%70.39%-
HSV(B)157.09º26.57%81.18%-
XYZ44.1254.8554.72-
YUV188.16126.78102.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.89%
GREEN value IS 207 (81.25% from 255) = 37.98%
BLUE value IS 186 (73.05% from 255) = 34.13%
R=27.89%
G=37.98%
B=34.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1522071860.2700.100.19157.0936.4270.39
Hex98CFBA1B0A139d2446
Octal230317272330122323544106
Binary100110001100111110111010110110101010011100111011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,207,186); }

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

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

 a { background-color: rgb(152,207,186); }

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

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

 span { border-color: rgb(152,207,186); }

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