Html Css Color HEX #99DCC0 Vista Blue

📋 copy color: '#99DCC0'

red 153 ◦ green 220 ◦ blue 192

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

Shades of Vista Blue #99DCC0

Tints of Vista Blue #99DCC0

RGB

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

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

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

R = 27.08%
G = 38.94%
B = 33.98%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#99DCC0 (or 0x99DCC0) is known color: Vista Blue. HEX triplet: 99, DC and C0. RGB value is (153,220,192). Sum of RGB (Red+Green+Blue) = 153+220+192=565 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.08% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 192 (75.39% from 255 or 33.98% from 565); Max value from RGB is 220 - color contains mainly: green. Hex color #99DCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DCC0 is #66233F. Grayscale: #C4C4C4. Windows color (decimal): -6693696 or 12639385. OLE color: 12639385.

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

Color convert

RGB 153 220 192 -
CMYK 0.30 0 0.13 0.14
HSL 154.93º 0.49% 0.73% -
HSV(B) 154.93º 0.3% 0.86% -
XYZ 48.24 61.76 59.25 -
YUV 196.78 125.3 96.78 -
System Red Green Blue C M Y K H S L
Decimal 153 220 192 0.30 0 0.13 0.14 154.93 0.49 0.73
Hex 99 DC C0 1E 0 D E 9B 31 49
Octal 231 334 300 36 0 15 16 233 61 111
Binary 10011001 11011100 11000000 11110 0 1101 1110 10011011 110001 1001001

Color Harmonies of #99DCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DCC0

Black with #99DCC0

Text Example


Text Example

White with #99DCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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