Html Css Color HEX #9FDBB2 Vista Blue

📋 copy color: '#9FDBB2'

red 159 ◦ green 219 ◦ blue 178

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

Shades of Vista Blue #9FDBB2

Tints of Vista Blue #9FDBB2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.39%

 BLUE value IS 178 (69.92% from 255) = 32.01%

R = 28.6%
G = 39.39%
B = 32.01%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#9FDBB2 (or 0x9FDBB2) is known color: Vista Blue. HEX triplet: 9F, DB and B2. RGB value is (159,219,178). Sum of RGB (Red+Green+Blue) = 159+219+178=556 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.60% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 178 (69.92% from 255 or 32.01% from 556); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDBB2 is #60244D. Grayscale: #C4C4C4. Windows color (decimal): -6300750 or 11721631. OLE color: 11721631.

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

Color convert

RGB 159 219 178 -
CMYK 0.27 0 0.19 0.14
HSL 139º 0.45% 0.74% -
HSV(B) 139º 0.27% 0.86% -
XYZ 47.67 61.25 51.43 -
YUV 196.39 117.62 101.33 -
System Red Green Blue C M Y K H S L
Decimal 159 219 178 0.27 0 0.19 0.14 139 0.45 0.74
Hex 9F DB B2 1B 0 13 E 8B 2D 4A
Octal 237 333 262 33 0 23 16 213 55 112
Binary 10011111 11011011 10110010 11011 0 10011 1110 10001011 101101 1001010

Color Harmonies of #9FDBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDBB2

Black with #9FDBB2

Text Example


Text Example

White with #9FDBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,219,178); }

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

background-color css

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

 a { background-color: rgb(159,219,178); }

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

border-color css

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

 span { border-color: rgb(159,219,178); }

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