Html Css Color HEX #9FCAB6 Vista Blue

📋 copy color: '#9FCAB6'

red 159 ◦ green 202 ◦ blue 182

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

Shades of Vista Blue #9FCAB6

Tints of Vista Blue #9FCAB6

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.2%

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

R = 29.28%
G = 37.2%
B = 33.52%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#9FCAB6 (or 0x9FCAB6) is known color: Vista Blue. HEX triplet: 9F, CA and B6. RGB value is (159,202,182). Sum of RGB (Red+Green+Blue) = 159+202+182=543 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.28% from 543); Green value is 202 (79.30% from 255 or 37.20% from 543); Blue value is 182 (71.48% from 255 or 33.52% from 543); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCAB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCAB6 is #603549. Grayscale: #BABABA. Windows color (decimal): -6305098 or 11979423. OLE color: 11979423.

HSL color Cylindrical-coordinate representation of color #9FCAB6: hue angle of 152.09º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9FCAB6 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB 159 202 182 -
CMYK 0.21 0 0.10 0.21
HSL 152.09º 0.29% 0.71% -
HSV(B) 152.09º 0.21% 0.79% -
XYZ 43.86 52.99 52.17 -
YUV 186.86 125.25 108.13 -
System Red Green Blue C M Y K H S L
Decimal 159 202 182 0.21 0 0.10 0.21 152.09 0.29 0.71
Hex 9F CA B6 15 0 A 15 98 1D 47
Octal 237 312 266 25 0 12 25 230 35 107
Binary 10011111 11001010 10110110 10101 0 1010 10101 10011000 11101 1000111

Color Harmonies of #9FCAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCAB6

Black with #9FCAB6

Text Example


Text Example

White with #9FCAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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