Html Css Color HEX #99DCC1 Vista Blue

📋 copy color: '#99DCC1'

red 153 ◦ green 220 ◦ blue 193

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

Shades of Vista Blue #99DCC1

Tints of Vista Blue #99DCC1

RGB

 RED value IS 153 (60.16% from 255) = 27.03%

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

 BLUE value IS 193 (75.78% from 255) = 34.1%

R = 27.03%
G = 38.87%
B = 34.1%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#99DCC1 (or 0x99DCC1) is known color: Vista Blue. HEX triplet: 99, DC and C1. RGB value is (153,220,193). Sum of RGB (Red+Green+Blue) = 153+220+193=566 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.03% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 193 (75.78% from 255 or 34.10% from 566); Max value from RGB is 220 - color contains mainly: green. Hex color #99DCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DCC1 is #66233E. Grayscale: #C4C4C4. Windows color (decimal): -6693695 or 12704921. OLE color: 12704921.

HSL color Cylindrical-coordinate representation of color #99DCC1: hue angle of 155.82º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99DCC1 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 220 193 -
CMYK 0.30 0 0.12 0.14
HSL 155.82º 0.49% 0.73% -
HSV(B) 155.82º 0.3% 0.86% -
XYZ 48.36 61.81 59.83 -
YUV 196.89 125.8 96.7 -
System Red Green Blue C M Y K H S L
Decimal 153 220 193 0.30 0 0.12 0.14 155.82 0.49 0.73
Hex 99 DC C1 1E 0 C E 9C 31 49
Octal 231 334 301 36 0 14 16 234 61 111
Binary 10011001 11011100 11000001 11110 0 1100 1110 10011100 110001 1001001

Color Harmonies of #99DCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DCC1

Black with #99DCC1

Text Example


Text Example

White with #99DCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99DCC1; }

 p { color: rgb(153,220,193); }

 H1.HeaderClassName
 {
   color: #99DCC1;
 }
 .AnyTagClassName
 {
   color: #99DCC1;
 }
</style>

background-color css

<style>
 a { background-color: #99DCC1; }

 a { background-color: rgb(153,220,193); }

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

border-color css

<style>
 span { border-color: #99DCC1; }

 span { border-color: rgb(153,220,193); }

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