Html Css Color HEX #98DCB0 Vista Blue

📋 copy color: '#98DCB0'

red 152 ◦ green 220 ◦ blue 176

#98DCB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vista Blue #98DCB0

Tints of Vista Blue #98DCB0

RGB

 RED value IS 152 (59.77% from 255) = 27.74%

 GREEN value IS 220 (86.33% from 255) = 40.15%

 BLUE value IS 176 (69.14% from 255) = 32.12%

R = 27.74%
G = 40.15%
B = 32.12%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#98DCB0 (or 0x98DCB0) is known color: Vista Blue. HEX triplet: 98, DC and B0. RGB value is (152,220,176). Sum of RGB (Red+Green+Blue) = 152+220+176=548 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.74% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 176 (69.14% from 255 or 32.12% from 548); Max value from RGB is 220 - color contains mainly: green. Hex color #98DCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DCB0 is #67234F. Grayscale: #C2C2C2. Windows color (decimal): -6759248 or 11590808. OLE color: 11590808.

HSL color Cylindrical-coordinate representation of color #98DCB0: hue angle of 141.18º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98DCB0 is Cyan = 0.31, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 220 176 -
CMYK 0.31 0 0.2 0.14
HSL 141.18º 0.49% 0.73% -
HSV(B) 141.18º 0.31% 0.86% -
XYZ 46.38 61 50.4 -
YUV 194.65 117.47 97.58 -
System Red Green Blue C M Y K H S L
Decimal 152 220 176 0.31 0 0.2 0.14 141.18 0.49 0.73
Hex 98 DC B0 1F 0 14 E 8D 31 49
Octal 230 334 260 37 0 24 16 215 61 111
Binary 10011000 11011100 10110000 11111 0 10100 1110 10001101 110001 1001001

Color Harmonies of #98DCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DCB0

Black with #98DCB0

Text Example


Text Example

White with #98DCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,220,176); }

 H1.HeaderClassName
 {
   color: #98DCB0;
 }
 .AnyTagClassName
 {
   color: #98DCB0;
 }
</style>

background-color css

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

 a { background-color: rgb(152,220,176); }

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

border-color css

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

 span { border-color: rgb(152,220,176); }

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