Html Css Color HEX #9FDDBD Vista Blue

📋 copy color: '#9FDDBD'

red 159 ◦ green 221 ◦ blue 189

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

Shades of Vista Blue #9FDDBD

Tints of Vista Blue #9FDDBD

RGB

 RED value IS 159 (62.5% from 255) = 27.94%

 GREEN value IS 221 (86.72% from 255) = 38.84%

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

R = 27.94%
G = 38.84%
B = 33.22%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#9FDDBD (or 0x9FDDBD) is known color: Vista Blue. HEX triplet: 9F, DD and BD. RGB value is (159,221,189). Sum of RGB (Red+Green+Blue) = 159+221+189=569 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.94% from 569); Green value is 221 (86.72% from 255 or 38.84% from 569); Blue value is 189 (74.22% from 255 or 33.22% from 569); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDDBD is #602242. Grayscale: #C6C6C6. Windows color (decimal): -6300227 or 12443039. OLE color: 12443039.

HSL color Cylindrical-coordinate representation of color #9FDDBD: hue angle of 149.03º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FDDBD is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 221 189 -
CMYK 0.28 0 0.14 0.13
HSL 149.03º 0.48% 0.75% -
HSV(B) 149.03º 0.28% 0.87% -
XYZ 49.34 62.76 57.66 -
YUV 198.81 122.46 99.6 -
System Red Green Blue C M Y K H S L
Decimal 159 221 189 0.28 0 0.14 0.13 149.03 0.48 0.75
Hex 9F DD BD 1C 0 E D 95 30 4B
Octal 237 335 275 34 0 16 15 225 60 113
Binary 10011111 11011101 10111101 11100 0 1110 1101 10010101 110000 1001011

Color Harmonies of #9FDDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDDBD

Black with #9FDDBD

Text Example


Text Example

White with #9FDDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,221,189); }

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

background-color css

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

 a { background-color: rgb(159,221,189); }

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

border-color css

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

 span { border-color: rgb(159,221,189); }

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