Html Css Color HEX #98DCC0 Vista Blue

📋 copy color: '#98DCC0'

red 152 ◦ green 220 ◦ blue 192

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

Shades of Vista Blue #98DCC0

Tints of Vista Blue #98DCC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.04%

R = 26.95%
G = 39.01%
B = 34.04%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#98DCC0 (or 0x98DCC0) is known color: Vista Blue. HEX triplet: 98, DC and C0. RGB value is (152,220,192). Sum of RGB (Red+Green+Blue) = 152+220+192=564 (74% of max value = 765). Red value is 152 (59.77% from 255 or 26.95% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 192 (75.39% from 255 or 34.04% from 564); Max value from RGB is 220 - color contains mainly: green. Hex color #98DCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DCC0 is #67233F. Grayscale: #C4C4C4. Windows color (decimal): -6759232 or 12639384. OLE color: 12639384.

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

Color convert

RGB 152 220 192 -
CMYK 0.31 0 0.13 0.14
HSL 155.29º 0.49% 0.73% -
HSV(B) 155.29º 0.31% 0.86% -
XYZ 48.06 61.67 59.24 -
YUV 196.48 125.47 96.28 -
System Red Green Blue C M Y K H S L
Decimal 152 220 192 0.31 0 0.13 0.14 155.29 0.49 0.73
Hex 98 DC C0 1F 0 D E 9B 31 49
Octal 230 334 300 37 0 15 16 233 61 111
Binary 10011000 11011100 11000000 11111 0 1101 1110 10011011 110001 1001001

Color Harmonies of #98DCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DCC0

Black with #98DCC0

Text Example


Text Example

White with #98DCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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