Html Css Color HEX #9FDBBB Vista Blue

📋 copy color: '#9FDBBB'

red 159 ◦ green 219 ◦ blue 187

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

Shades of Vista Blue #9FDBBB

Tints of Vista Blue #9FDBBB

RGB

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

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

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

R = 28.14%
G = 38.76%
B = 33.1%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#9FDBBB (or 0x9FDBBB) is known color: Vista Blue. HEX triplet: 9F, DB and BB. RGB value is (159,219,187). Sum of RGB (Red+Green+Blue) = 159+219+187=565 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.14% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDBBB is #602444. Grayscale: #C5C5C5. Windows color (decimal): -6300741 or 12311455. OLE color: 12311455.

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

Color convert

RGB 159 219 187 -
CMYK 0.27 0 0.15 0.14
HSL 148º 0.45% 0.74% -
HSV(B) 148º 0.27% 0.86% -
XYZ 48.6 61.62 56.35 -
YUV 197.41 122.12 100.6 -
System Red Green Blue C M Y K H S L
Decimal 159 219 187 0.27 0 0.15 0.14 148 0.45 0.74
Hex 9F DB BB 1B 0 F E 94 2D 4A
Octal 237 333 273 33 0 17 16 224 55 112
Binary 10011111 11011011 10111011 11011 0 1111 1110 10010100 101101 1001010

Color Harmonies of #9FDBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDBBB

Black with #9FDBBB

Text Example


Text Example

White with #9FDBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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