Html Css Color HEX #98DBB5 Vista Blue

📋 copy color: '#98DBB5'

red 152 ◦ green 219 ◦ blue 181

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

Shades of Vista Blue #98DBB5

Tints of Vista Blue #98DBB5

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.67%

 BLUE value IS 181 (71.09% from 255) = 32.79%

R = 27.54%
G = 39.67%
B = 32.79%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#98DBB5 (or 0x98DBB5) is known color: Vista Blue. HEX triplet: 98, DB and B5. RGB value is (152,219,181). Sum of RGB (Red+Green+Blue) = 152+219+181=552 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.54% from 552); Green value is 219 (85.94% from 255 or 39.67% from 552); Blue value is 181 (71.09% from 255 or 32.79% from 552); Max value from RGB is 219 - color contains mainly: green. Hex color #98DBB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DBB5 is #67244A. Grayscale: #C2C2C2. Windows color (decimal): -6759499 or 11918232. OLE color: 11918232.

HSL color Cylindrical-coordinate representation of color #98DBB5: hue angle of 145.97º degrees, saturation: 0.48, 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 #98DBB5 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 219 181 -
CMYK 0.31 0 0.17 0.14
HSL 145.97º 0.48% 0.73% -
HSV(B) 145.97º 0.31% 0.86% -
XYZ 46.62 60.67 52.97 -
YUV 194.64 120.3 97.59 -
System Red Green Blue C M Y K H S L
Decimal 152 219 181 0.31 0 0.17 0.14 145.97 0.48 0.73
Hex 98 DB B5 1F 0 11 E 92 30 49
Octal 230 333 265 37 0 21 16 222 60 111
Binary 10011000 11011011 10110101 11111 0 10001 1110 10010010 110000 1001001

Color Harmonies of #98DBB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DBB5

Black with #98DBB5

Text Example


Text Example

White with #98DBB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,219,181); }

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

background-color css

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

 a { background-color: rgb(152,219,181); }

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

border-color css

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

 span { border-color: rgb(152,219,181); }

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