Html Css Color HEX #99D8BC Vista Blue

📋 copy color: '#99D8BC'

red 153 ◦ green 216 ◦ blue 188

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

Shades of Vista Blue #99D8BC

Tints of Vista Blue #99D8BC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.78%

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

R = 27.47%
G = 38.78%
B = 33.75%

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

#99D8BC (or 0x99D8BC) is known color: Vista Blue. HEX triplet: 99, D8 and BC. RGB value is (153,216,188). Sum of RGB (Red+Green+Blue) = 153+216+188=557 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.47% from 557); Green value is 216 (84.77% from 255 or 38.78% from 557); Blue value is 188 (73.83% from 255 or 33.75% from 557); Max value from RGB is 216 - color contains mainly: green. Hex color #99D8BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D8BC is #662743. Grayscale: #C2C2C2. Windows color (decimal): -6694724 or 12376217. OLE color: 12376217.

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

Color convert

RGB 153 216 188 -
CMYK 0.29 0 0.13 0.15
HSL 153.33º 0.45% 0.72% -
HSV(B) 153.33º 0.29% 0.85% -
XYZ 46.77 59.51 56.6 -
YUV 193.97 124.63 98.78 -
System Red Green Blue C M Y K H S L
Decimal 153 216 188 0.29 0 0.13 0.15 153.33 0.45 0.72
Hex 99 D8 BC 1D 0 D F 99 2D 48
Octal 231 330 274 35 0 15 17 231 55 110
Binary 10011001 11011000 10111100 11101 0 1101 1111 10011001 101101 1001000

Color Harmonies of #99D8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D8BC

Black with #99D8BC

Text Example


Text Example

White with #99D8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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