Html Css Color HEX #9DDFB9 Vista Blue

📋 copy color: '#9DDFB9'

red 157 ◦ green 223 ◦ blue 185

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

Shades of Vista Blue #9DDFB9

Tints of Vista Blue #9DDFB9

RGB

 RED value IS 157 (61.72% from 255) = 27.79%

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

 BLUE value IS 185 (72.66% from 255) = 32.74%

R = 27.79%
G = 39.47%
B = 32.74%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#9DDFB9 (or 0x9DDFB9) is known color: Vista Blue. HEX triplet: 9D, DF and B9. RGB value is (157,223,185). Sum of RGB (Red+Green+Blue) = 157+223+185=565 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.79% from 565); Green value is 223 (87.5% from 255 or 39.47% from 565); Blue value is 185 (72.66% from 255 or 32.74% from 565); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDFB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDFB9 is #622046. Grayscale: #C7C7C7. Windows color (decimal): -6430791 or 12181405. OLE color: 12181405.

HSL color Cylindrical-coordinate representation of color #9DDFB9: hue angle of 145.45º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DDFB9 is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 223 185 -
CMYK 0.30 0 0.17 0.13
HSL 145.45º 0.51% 0.75% -
HSV(B) 145.45º 0.3% 0.87% -
XYZ 49.05 63.45 55.56 -
YUV 198.93 120.13 98.09 -
System Red Green Blue C M Y K H S L
Decimal 157 223 185 0.30 0 0.17 0.13 145.45 0.51 0.75
Hex 9D DF B9 1E 0 11 D 91 33 4B
Octal 235 337 271 36 0 21 15 221 63 113
Binary 10011101 11011111 10111001 11110 0 10001 1101 10010001 110011 1001011

Color Harmonies of #9DDFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDFB9

Black with #9DDFB9

Text Example


Text Example

White with #9DDFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DDFB9; }

 p { color: rgb(157,223,185); }

 H1.HeaderClassName
 {
   color: #9DDFB9;
 }
 .AnyTagClassName
 {
   color: #9DDFB9;
 }
</style>

background-color css

<style>
 a { background-color: #9DDFB9; }

 a { background-color: rgb(157,223,185); }

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

border-color css

<style>
 span { border-color: #9DDFB9; }

 span { border-color: rgb(157,223,185); }

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