Html Css Color HEX #98DBAE Vista Blue

📋 copy color: '#98DBAE'

red 152 ◦ green 219 ◦ blue 174

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

Shades of Vista Blue #98DBAE

Tints of Vista Blue #98DBAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 31.93%

R = 27.89%
G = 40.18%
B = 31.93%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#98DBAE (or 0x98DBAE) is known color: Vista Blue. HEX triplet: 98, DB and AE. RGB value is (152,219,174). Sum of RGB (Red+Green+Blue) = 152+219+174=545 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.89% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 174 (68.36% from 255 or 31.93% from 545); Max value from RGB is 219 - color contains mainly: green. Hex color #98DBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DBAE is #672451. Grayscale: #C1C1C1. Windows color (decimal): -6759506 or 11459480. OLE color: 11459480.

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

Color convert

RGB 152 219 174 -
CMYK 0.31 0 0.21 0.14
HSL 139.7º 0.48% 0.73% -
HSV(B) 139.7º 0.31% 0.86% -
XYZ 45.92 60.39 49.28 -
YUV 193.84 116.8 98.16 -
System Red Green Blue C M Y K H S L
Decimal 152 219 174 0.31 0 0.21 0.14 139.7 0.48 0.73
Hex 98 DB AE 1F 0 15 E 8C 30 49
Octal 230 333 256 37 0 25 16 214 60 111
Binary 10011000 11011011 10101110 11111 0 10101 1110 10001100 110000 1001001

Color Harmonies of #98DBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DBAE

Black with #98DBAE

Text Example


Text Example

White with #98DBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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