Html Css Color HEX #9FDCB8 Vista Blue

📋 copy color: '#9FDCB8'

red 159 ◦ green 220 ◦ blue 184

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

Shades of Vista Blue #9FDCB8

Tints of Vista Blue #9FDCB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 32.68%

R = 28.24%
G = 39.08%
B = 32.68%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#9FDCB8 (or 0x9FDCB8) is known color: Vista Blue. HEX triplet: 9F, DC and B8. RGB value is (159,220,184). Sum of RGB (Red+Green+Blue) = 159+220+184=563 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.24% from 563); Green value is 220 (86.33% from 255 or 39.08% from 563); Blue value is 184 (72.27% from 255 or 32.68% from 563); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDCB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDCB8 is #602347. Grayscale: #C5C5C5. Windows color (decimal): -6300488 or 12115103. OLE color: 12115103.

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

Color convert

RGB 159 220 184 -
CMYK 0.28 0 0.16 0.14
HSL 144.59º 0.47% 0.74% -
HSV(B) 144.59º 0.28% 0.86% -
XYZ 48.54 62.02 54.76 -
YUV 197.66 120.29 100.43 -
System Red Green Blue C M Y K H S L
Decimal 159 220 184 0.28 0 0.16 0.14 144.59 0.47 0.74
Hex 9F DC B8 1C 0 10 E 91 2F 4A
Octal 237 334 270 34 0 20 16 221 57 112
Binary 10011111 11011100 10111000 11100 0 10000 1110 10010001 101111 1001010

Color Harmonies of #9FDCB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDCB8

Black with #9FDCB8

Text Example


Text Example

White with #9FDCB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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