Html Css Color HEX #9DDFBD Vista Blue

📋 copy color: '#9DDFBD'

red 157 ◦ green 223 ◦ blue 189

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

Shades of Vista Blue #9DDFBD

Tints of Vista Blue #9DDFBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 33.22%

R = 27.59%
G = 39.19%
B = 33.22%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#9DDFBD (or 0x9DDFBD) is known color: Vista Blue. HEX triplet: 9D, DF and BD. RGB value is (157,223,189). Sum of RGB (Red+Green+Blue) = 157+223+189=569 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.59% from 569); Green value is 223 (87.5% from 255 or 39.19% from 569); Blue value is 189 (74.22% from 255 or 33.22% from 569); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDFBD is #622042. Grayscale: #C7C7C7. Windows color (decimal): -6430787 or 12443549. OLE color: 12443549.

HSL color Cylindrical-coordinate representation of color #9DDFBD: hue angle of 149.09º 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 #9DDFBD is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 223 189 -
CMYK 0.30 0 0.15 0.13
HSL 149.09º 0.51% 0.75% -
HSV(B) 149.09º 0.3% 0.87% -
XYZ 49.48 63.62 57.82 -
YUV 199.39 122.13 97.76 -
System Red Green Blue C M Y K H S L
Decimal 157 223 189 0.30 0 0.15 0.13 149.09 0.51 0.75
Hex 9D DF BD 1E 0 F D 95 33 4B
Octal 235 337 275 36 0 17 15 225 63 113
Binary 10011101 11011111 10111101 11110 0 1111 1101 10010101 110011 1001011

Color Harmonies of #9DDFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDFBD

Black with #9DDFBD

Text Example


Text Example

White with #9DDFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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