Html Css Color HEX #98DAB8 Vista Blue

📋 copy color: '#98DAB8'

red 152 ◦ green 218 ◦ blue 184

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

Shades of Vista Blue #98DAB8

Tints of Vista Blue #98DAB8

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.35%

 BLUE value IS 184 (72.27% from 255) = 33.21%

R = 27.44%
G = 39.35%
B = 33.21%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#98DAB8 (or 0x98DAB8) is known color: Vista Blue. HEX triplet: 98, DA and B8. RGB value is (152,218,184). Sum of RGB (Red+Green+Blue) = 152+218+184=554 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.44% from 554); Green value is 218 (85.55% from 255 or 39.35% from 554); Blue value is 184 (72.27% from 255 or 33.21% from 554); Max value from RGB is 218 - color contains mainly: green. Hex color #98DAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DAB8 is #672547. Grayscale: #C2C2C2. Windows color (decimal): -6759752 or 12114584. OLE color: 12114584.

HSL color Cylindrical-coordinate representation of color #98DAB8: hue angle of 149.09º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98DAB8 is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 152 218 184 -
CMYK 0.30 0 0.16 0.15
HSL 149.09º 0.47% 0.73% -
HSV(B) 149.09º 0.3% 0.85% -
XYZ 46.67 60.28 54.52 -
YUV 194.39 122.13 97.76 -
System Red Green Blue C M Y K H S L
Decimal 152 218 184 0.30 0 0.16 0.15 149.09 0.47 0.73
Hex 98 DA B8 1E 0 10 F 95 2F 49
Octal 230 332 270 36 0 20 17 225 57 111
Binary 10011000 11011010 10111000 11110 0 10000 1111 10010101 101111 1001001

Color Harmonies of #98DAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DAB8

Black with #98DAB8

Text Example


Text Example

White with #98DAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,218,184); }

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

background-color css

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

 a { background-color: rgb(152,218,184); }

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

border-color css

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

 span { border-color: rgb(152,218,184); }

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