Html Css Color HEX #98DEBD Vista Blue

📋 copy color: '#98DEBD'

red 152 ◦ green 222 ◦ blue 189

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

Shades of Vista Blue #98DEBD

Tints of Vista Blue #98DEBD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.43%

 BLUE value IS 189 (74.22% from 255) = 33.57%

R = 27%
G = 39.43%
B = 33.57%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#98DEBD (or 0x98DEBD) is known color: Vista Blue. HEX triplet: 98, DE and BD. RGB value is (152,222,189). Sum of RGB (Red+Green+Blue) = 152+222+189=563 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.00% from 563); Green value is 222 (87.11% from 255 or 39.43% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 222 - color contains mainly: green. Hex color #98DEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DEBD is #672142. Grayscale: #C5C5C5. Windows color (decimal): -6758723 or 12443288. OLE color: 12443288.

HSL color Cylindrical-coordinate representation of color #98DEBD: hue angle of 151.71º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98DEBD is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 222 189 -
CMYK 0.32 0 0.15 0.13
HSL 151.71º 0.51% 0.73% -
HSV(B) 151.71º 0.32% 0.87% -
XYZ 48.26 62.59 57.68 -
YUV 197.31 123.31 95.68 -
System Red Green Blue C M Y K H S L
Decimal 152 222 189 0.32 0 0.15 0.13 151.71 0.51 0.73
Hex 98 DE BD 20 0 F D 98 33 49
Octal 230 336 275 40 0 17 15 230 63 111
Binary 10011000 11011110 10111101 100000 0 1111 1101 10011000 110011 1001001

Color Harmonies of #98DEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DEBD

Black with #98DEBD

Text Example


Text Example

White with #98DEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,222,189); }

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

background-color css

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

 a { background-color: rgb(152,222,189); }

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

border-color css

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

 span { border-color: rgb(152,222,189); }

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