Html Css Color HEX #9FDDBB Vista Blue

📋 copy color: '#9FDDBB'

red 159 ◦ green 221 ◦ blue 187

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

Shades of Vista Blue #9FDDBB

Tints of Vista Blue #9FDDBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.98%

R = 28.04%
G = 38.98%
B = 32.98%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#9FDDBB (or 0x9FDDBB) is known color: Vista Blue. HEX triplet: 9F, DD and BB. RGB value is (159,221,187). Sum of RGB (Red+Green+Blue) = 159+221+187=567 (75% of max value = 765). Red value is 159 (62.5% from 255 or 28.04% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDDBB is #602244. Grayscale: #C6C6C6. Windows color (decimal): -6300229 or 12311967. OLE color: 12311967.

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

Color convert

RGB 159 221 187 -
CMYK 0.28 0 0.15 0.13
HSL 147.1º 0.48% 0.75% -
HSV(B) 147.1º 0.28% 0.87% -
XYZ 49.12 62.67 56.52 -
YUV 198.59 121.46 99.76 -
System Red Green Blue C M Y K H S L
Decimal 159 221 187 0.28 0 0.15 0.13 147.1 0.48 0.75
Hex 9F DD BB 1C 0 F D 93 30 4B
Octal 237 335 273 34 0 17 15 223 60 113
Binary 10011111 11011101 10111011 11100 0 1111 1101 10010011 110000 1001011

Color Harmonies of #9FDDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDDBB

Black with #9FDDBB

Text Example


Text Example

White with #9FDDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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