Html Css Color HEX #98DCB4 Vista Blue

📋 copy color: '#98DCB4'

red 152 ◦ green 220 ◦ blue 180

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

Shades of Vista Blue #98DCB4

Tints of Vista Blue #98DCB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 32.61%

R = 27.54%
G = 39.86%
B = 32.61%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#98DCB4 (or 0x98DCB4) is known color: Vista Blue. HEX triplet: 98, DC and B4. RGB value is (152,220,180). Sum of RGB (Red+Green+Blue) = 152+220+180=552 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.54% from 552); Green value is 220 (86.33% from 255 or 39.86% from 552); Blue value is 180 (70.70% from 255 or 32.61% from 552); Max value from RGB is 220 - color contains mainly: green. Hex color #98DCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DCB4 is #67234B. Grayscale: #C3C3C3. Windows color (decimal): -6759244 or 11852952. OLE color: 11852952.

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

Color convert

RGB 152 220 180 -
CMYK 0.31 0 0.18 0.14
HSL 144.71º 0.49% 0.73% -
HSV(B) 144.71º 0.31% 0.86% -
XYZ 46.78 61.16 52.52 -
YUV 195.11 119.47 97.25 -
System Red Green Blue C M Y K H S L
Decimal 152 220 180 0.31 0 0.18 0.14 144.71 0.49 0.73
Hex 98 DC B4 1F 0 12 E 91 31 49
Octal 230 334 264 37 0 22 16 221 61 111
Binary 10011000 11011100 10110100 11111 0 10010 1110 10010001 110001 1001001

Color Harmonies of #98DCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DCB4

Black with #98DCB4

Text Example


Text Example

White with #98DCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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