Html Css Color HEX #99D9BC Vista Blue

📋 copy color: '#99D9BC'

red 153 ◦ green 217 ◦ blue 188

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

Shades of Vista Blue #99D9BC

Tints of Vista Blue #99D9BC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.89%

 BLUE value IS 188 (73.83% from 255) = 33.69%

R = 27.42%
G = 38.89%
B = 33.69%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#99D9BC (or 0x99D9BC) is known color: Vista Blue. HEX triplet: 99, D9 and BC. RGB value is (153,217,188). Sum of RGB (Red+Green+Blue) = 153+217+188=558 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.42% from 558); Green value is 217 (85.16% from 255 or 38.89% from 558); Blue value is 188 (73.83% from 255 or 33.69% from 558); Max value from RGB is 217 - color contains mainly: green. Hex color #99D9BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D9BC is #662643. Grayscale: #C2C2C2. Windows color (decimal): -6694468 or 12376473. OLE color: 12376473.

HSL color Cylindrical-coordinate representation of color #99D9BC: hue angle of 152.81º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99D9BC is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 153 217 188 -
CMYK 0.29 0 0.13 0.15
HSL 152.81º 0.46% 0.73% -
HSV(B) 152.81º 0.29% 0.85% -
XYZ 47.03 60.03 56.69 -
YUV 194.56 124.3 98.36 -
System Red Green Blue C M Y K H S L
Decimal 153 217 188 0.29 0 0.13 0.15 152.81 0.46 0.73
Hex 99 D9 BC 1D 0 D F 99 2E 49
Octal 231 331 274 35 0 15 17 231 56 111
Binary 10011001 11011001 10111100 11101 0 1101 1111 10011001 101110 1001001

Color Harmonies of #99D9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D9BC

Black with #99D9BC

Text Example


Text Example

White with #99D9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,217,188); }

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

background-color css

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

 a { background-color: rgb(153,217,188); }

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

border-color css

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

 span { border-color: rgb(153,217,188); }

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