Html Css Color HEX #9DDEB9 Vista Blue

📋 copy color: '#9DDEB9'

red 157 ◦ green 222 ◦ blue 185

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

Shades of Vista Blue #9DDEB9

Tints of Vista Blue #9DDEB9

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.36%

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

R = 27.84%
G = 39.36%
B = 32.8%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#9DDEB9 (or 0x9DDEB9) is known color: Vista Blue. HEX triplet: 9D, DE and B9. RGB value is (157,222,185). Sum of RGB (Red+Green+Blue) = 157+222+185=564 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.84% from 564); Green value is 222 (87.11% from 255 or 39.36% from 564); Blue value is 185 (72.66% from 255 or 32.80% from 564); Max value from RGB is 222 - color contains mainly: green. Hex color #9DDEB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDEB9 is #622146. Grayscale: #C6C6C6. Windows color (decimal): -6431047 or 12181149. OLE color: 12181149.

HSL color Cylindrical-coordinate representation of color #9DDEB9: hue angle of 145.85º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DDEB9 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 222 185 -
CMYK 0.29 0 0.17 0.13
HSL 145.85º 0.5% 0.74% -
HSV(B) 145.85º 0.29% 0.87% -
XYZ 48.78 62.91 55.47 -
YUV 198.35 120.47 98.51 -
System Red Green Blue C M Y K H S L
Decimal 157 222 185 0.29 0 0.17 0.13 145.85 0.5 0.74
Hex 9D DE B9 1D 0 11 D 92 32 4A
Octal 235 336 271 35 0 21 15 222 62 112
Binary 10011101 11011110 10111001 11101 0 10001 1101 10010010 110010 1001010

Color Harmonies of #9DDEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDEB9

Black with #9DDEB9

Text Example


Text Example

White with #9DDEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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