Html Css Color HEX #99DFBC Vista Blue

📋 copy color: '#99DFBC'

red 153 ◦ green 223 ◦ blue 188

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

Shades of Vista Blue #99DFBC

Tints of Vista Blue #99DFBC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.54%

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

R = 27.13%
G = 39.54%
B = 33.33%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#99DFBC (or 0x99DFBC) is known color: Vista Blue. HEX triplet: 99, DF and BC. RGB value is (153,223,188). Sum of RGB (Red+Green+Blue) = 153+223+188=564 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.13% from 564); Green value is 223 (87.5% from 255 or 39.54% from 564); Blue value is 188 (73.83% from 255 or 33.33% from 564); Max value from RGB is 223 - color contains mainly: green. Hex color #99DFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DFBC is #662043. Grayscale: #C6C6C6. Windows color (decimal): -6692932 or 12378009. OLE color: 12378009.

HSL color Cylindrical-coordinate representation of color #99DFBC: hue angle of 150º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99DFBC is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 223 188 -
CMYK 0.31 0 0.16 0.13
HSL 150º 0.52% 0.74% -
HSV(B) 150º 0.31% 0.87% -
XYZ 48.6 63.18 57.21 -
YUV 198.08 122.31 95.85 -
System Red Green Blue C M Y K H S L
Decimal 153 223 188 0.31 0 0.16 0.13 150 0.52 0.74
Hex 99 DF BC 1F 0 10 D 96 34 4A
Octal 231 337 274 37 0 20 15 226 64 112
Binary 10011001 11011111 10111100 11111 0 10000 1101 10010110 110100 1001010

Color Harmonies of #99DFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DFBC

Black with #99DFBC

Text Example


Text Example

White with #99DFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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