Html Css Color HEX #9FDCB7 Vista Blue

📋 copy color: '#9FDCB7'

red 159 ◦ green 220 ◦ blue 183

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

Shades of Vista Blue #9FDCB7

Tints of Vista Blue #9FDCB7

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.15%

 BLUE value IS 183 (71.88% from 255) = 32.56%

R = 28.29%
G = 39.15%
B = 32.56%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#9FDCB7 (or 0x9FDCB7) is known color: Vista Blue. HEX triplet: 9F, DC and B7. RGB value is (159,220,183). Sum of RGB (Red+Green+Blue) = 159+220+183=562 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.29% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 183 (71.88% from 255 or 32.56% from 562); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDCB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDCB7 is #602348. Grayscale: #C5C5C5. Windows color (decimal): -6300489 or 12049567. OLE color: 12049567.

HSL color Cylindrical-coordinate representation of color #9FDCB7: hue angle of 143.61º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FDCB7 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 220 183 -
CMYK 0.28 0 0.17 0.14
HSL 143.61º 0.47% 0.74% -
HSV(B) 143.61º 0.28% 0.86% -
XYZ 48.44 61.98 54.21 -
YUV 197.54 119.79 100.51 -
System Red Green Blue C M Y K H S L
Decimal 159 220 183 0.28 0 0.17 0.14 143.61 0.47 0.74
Hex 9F DC B7 1C 0 11 E 90 2F 4A
Octal 237 334 267 34 0 21 16 220 57 112
Binary 10011111 11011100 10110111 11100 0 10001 1110 10010000 101111 1001010

Color Harmonies of #9FDCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDCB7

Black with #9FDCB7

Text Example


Text Example

White with #9FDCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,220,183); }

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

background-color css

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

 a { background-color: rgb(159,220,183); }

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

border-color css

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

 span { border-color: rgb(159,220,183); }

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