Html Css Color HEX #9FDDB6 Vista Blue

📋 copy color: '#9FDDB6'

red 159 ◦ green 221 ◦ blue 182

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

Shades of Vista Blue #9FDDB6

Tints of Vista Blue #9FDDB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 32.38%

R = 28.29%
G = 39.32%
B = 32.38%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#9FDDB6 (or 0x9FDDB6) is known color: Vista Blue. HEX triplet: 9F, DD and B6. RGB value is (159,221,182). Sum of RGB (Red+Green+Blue) = 159+221+182=562 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.29% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 182 (71.48% from 255 or 32.38% from 562); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDDB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDDB6 is #602249. Grayscale: #C6C6C6. Windows color (decimal): -6300234 or 11984287. OLE color: 11984287.

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

Color convert

RGB 159 221 182 -
CMYK 0.28 0 0.18 0.13
HSL 142.26º 0.48% 0.75% -
HSV(B) 142.26º 0.28% 0.87% -
XYZ 48.6 62.46 53.75 -
YUV 198.02 118.96 100.17 -
System Red Green Blue C M Y K H S L
Decimal 159 221 182 0.28 0 0.18 0.13 142.26 0.48 0.75
Hex 9F DD B6 1C 0 12 D 8E 30 4B
Octal 237 335 266 34 0 22 15 216 60 113
Binary 10011111 11011101 10110110 11100 0 10010 1101 10001110 110000 1001011

Color Harmonies of #9FDDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDDB6

Black with #9FDDB6

Text Example


Text Example

White with #9FDDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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